diff --git a/app/app-release.apk b/app/app-release.apk index e3ccbd20b2b1..951cea6729df 100644 Binary files a/app/app-release.apk and b/app/app-release.apk differ diff --git a/app/build.gradle b/app/build.gradle index 0dc1bcc090a7..c41633944092 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,15 +2,15 @@ apply plugin: 'com.android.application' apply plugin: 'android-apt' android { - compileSdkVersion 24 - buildToolsVersion "23.0.2" + compileSdkVersion 25 + buildToolsVersion "23.0.3" defaultConfig { applicationId "openfoodfacts.github.scrachx.openfood" minSdkVersion 16 - targetSdkVersion 24 - versionCode 25 - versionName "0.2.7" + targetSdkVersion 25 + versionCode 26 + versionName "0.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -63,13 +63,13 @@ apply plugin: 'com.neenbedankt.android-apt' dependencies { - compile 'com.android.support:customtabs:24.0.0+' - compile 'com.android.support:appcompat-v7:24.2.1' - compile 'com.android.support:preference-v14:24.2.1' - compile 'com.android.support:support-v4:24.2.1' + compile 'com.android.support:customtabs:25.0.0' + compile 'com.android.support:appcompat-v7:25.0.0' + compile 'com.android.support:preference-v14:25.0.0' + compile 'com.android.support:support-v4:25.0.0' compile 'com.android.support:multidex:1.0.1' - compile 'com.android.support:recyclerview-v7:24.2.1' - compile 'com.android.support:cardview-v7:24.2.1' + compile 'com.android.support:recyclerview-v7:25.0.0' + compile 'com.android.support:cardview-v7:25.0.0' compile 'com.jakewharton:butterknife:8.4.0' apt 'com.jakewharton:butterknife-compiler:8.4.0' @@ -122,7 +122,7 @@ dependencies { testCompile 'net.javacrumbs.json-unit:json-unit-fluent:1.15.0' // Required for instrumented tests - androidTestCompile 'com.android.support:support-annotations:24.2.1' + androidTestCompile 'com.android.support:support-annotations:25.0.0' androidTestCompile 'com.android.support.test:runner:0.5' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2' androidTestCompile 'com.android.support.test.espresso:espresso-intents:2.2.2'