From dc7f8b5b7e0644217ec9436acb64aa9f28ff6290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Thu, 3 Nov 2016 22:04:50 +0100 Subject: [PATCH] Upgraded sdk --- app/build.gradle | 20 ++++++++++---------- build.gradle | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 25805bc0..4f597ba9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,16 +1,16 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "24.0.1" + compileSdkVersion 25 + buildToolsVersion "25" defaultConfig { applicationId "me.impy.aegis" minSdkVersion 15 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 1 versionName "1.0" - jackOptions { + jackOptions{ enabled true } } @@ -29,15 +29,15 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:24.2.1' - compile 'com.android.support:design:24.2.1' + compile 'com.android.support:appcompat-v7:25.0.0' + compile 'com.android.support:design:25.0.0' compile 'agency.tango.android:material-intro-screen:0.0.3' compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' compile 'me.dm7.barcodescanner:zxing:1.9' - compile 'com.android.support:cardview-v7:24.2.1' - compile 'com.android.support:recyclerview-v7:24.2.1' - compile 'com.android.support:support-v4:24.2.1' - compile 'com.android.support:recyclerview-v7:24.2.1' + compile 'com.android.support:cardview-v7:25.0.0' + compile 'com.android.support:recyclerview-v7:25.0.0' + compile 'com.android.support:support-v4:25.0.0' + compile 'com.android.support:recyclerview-v7:25.0.0' compile 'com.yarolegovich:lovely-dialog:1.0.4' compile 'net.zetetic:android-database-sqlcipher:3.5.3@aar' testCompile 'junit:junit:4.12' diff --git a/build.gradle b/build.gradle index a3330d48..c20bca14 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files