From 160688d06fd72e41e7f8c532061c017932837636 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sun, 18 Mar 2018 12:25:31 +0100 Subject: [PATCH] Update android sdk & build tools --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4685215..fe4c50a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 27 - buildToolsVersion "27.0.2" + buildToolsVersion "27.0.3" lintOptions { abortOnError false @@ -54,11 +54,11 @@ repositories { } dependencies { - compile 'com.android.support:support-v13:27.0.2' - compile 'com.android.support:appcompat-v7:27.0.2' - compile 'com.android.support:design:27.0.2' + compile 'com.android.support:support-v13:27.1.0' + compile 'com.android.support:appcompat-v7:27.1.0' + compile 'com.android.support:design:27.1.0' compile 'in.srain.cube:ultra-ptr:1.0.11' compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4' - compile 'com.android.support:support-v4:27.0.2' + compile 'com.android.support:support-v4:27.1.0' implementation project(':ncsmsgo') }