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' }