From 0c8dc858be9d4fa896e3826a62e33e96bf1f8bea Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 15 Jun 2016 16:12:47 +0200 Subject: [PATCH] update build tools and appcompat --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1ecc28d0..0c7fece8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'android-apt' android { compileSdkVersion 23 - buildToolsVersion "22.0.1" + buildToolsVersion "23.0.3" defaultConfig { applicationId "com.simplemobiletools.calculator" @@ -30,7 +30,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.3.0' + compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.jakewharton:butterknife:8.0.1' compile 'me.grantland:autofittextview:0.2.1' compile 'com.github.yukuku:ambilwarna:2.0.1' @@ -40,7 +40,7 @@ dependencies { testCompile 'junit:junit:4.12' testCompile 'org.robolectric:robolectric:3.0' - androidTestCompile 'com.android.support:support-annotations:23.3.0' + androidTestCompile 'com.android.support:support-annotations:23.4.0' androidTestCompile 'com.android.support.test:runner:0.4.1' androidTestCompile 'com.android.support.test:rules:0.4.1' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'