Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcitworld committed May 21, 2016
1 parent ab32e98 commit f1e0b01
Showing 1 changed file with 6 additions and 6 deletions.
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 "fr.gaulupeau.apps.InThePoche"
minSdkVersion 11
targetSdkVersion 23
versionCode 24
versionName "1.9.9.3"
versionCode 25
versionName "1.9.9.4"
}

lintOptions {
Expand Down Expand Up @@ -38,10 +38,10 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'de.greenrobot:greendao:2.0.0'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.2.0'
Expand Down

0 comments on commit f1e0b01

Please sign in to comment.