Skip to content

Commit

Permalink
Gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
nico2che committed Sep 23, 2016
1 parent bb69798 commit de7b972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -30,7 +30,7 @@ android {
}

apply plugin: 'android-apt'
def AAVersion = '4.0.0'
def AAVersion = '4.1.0'

buildscript {
repositories {
Expand All @@ -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'
Expand Down

0 comments on commit de7b972

Please sign in to comment.