diff --git a/app/app-release.apk b/app/app-release.apk index 2b2eca5..a5247af 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 9da3dff..edf7986 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.aerophile.app" minSdkVersion 16 targetSdkVersion 24 - versionCode 26 - versionName "1.5.5" + versionCode 27 + versionName "1.6" } buildTypes { release { @@ -30,7 +30,7 @@ android { } apply plugin: 'android-apt' -def AAVersion = '4.0.0' +def AAVersion = '4.1.0' buildscript { repositories { @@ -51,10 +51,10 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) apt "org.androidannotations:androidannotations:$AAVersion" compile "org.androidannotations:androidannotations-api:$AAVersion" - compile 'com.android.support:appcompat-v7:24.2.0' - compile 'com.android.support:support-v4:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.1' + compile 'com.android.support:support-v4:24.2.1' compile 'org.springframework.android:spring-android-rest-template:2.0.0.M3' - compile 'com.android.support:design:24.2.0' + compile 'com.android.support:design:24.2.1' compile 'com.fasterxml.jackson.core:jackson-core:2.7.2' compile 'com.fasterxml.jackson.core:jackson-annotations:2.7.2' compile 'com.fasterxml.jackson.core:jackson-databind:2.7.2'