From e6b24d2e3c93803829bb0528f5d70440171aa722 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 31 Oct 2016 11:14:10 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2c166bf13..6678996e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "24.0.2" + compileSdkVersion 25 + buildToolsVersion "25.0.0" defaultConfig { applicationId "com.topjohnwu.magisk" minSdkVersion 21 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 6 versionName "2.1" jackOptions { @@ -32,11 +32,11 @@ repositories { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:recyclerview-v7:24.2.1' - compile 'com.android.support:cardview-v7:24.2.1' - compile 'com.android.support:design:24.2.1' + compile 'com.android.support:recyclerview-v7:25.0.0' + compile 'com.android.support:cardview-v7:25.0.0' + compile 'com.android.support:design:25.0.0' compile 'com.jakewharton:butterknife:8.4.0' compile 'com.github.michalis-vitos:aFileChooser:master' - compile 'com.google.code.gson:gson:2.7' + compile 'com.google.code.gson:gson:2.8.0' annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0' }