From d6c12f4d912f4f96f62f6d46c14f722204cbf72a Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 14 Mar 2017 18:45:51 +0100 Subject: [PATCH] update appcompat --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5b4656d..938e7ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.3.0' + compile 'com.android.support:appcompat-v7:25.2.0' compile 'com.jakewharton:butterknife:8.0.1' compile 'com.github.yukuku:ambilwarna:2.0.1'