diff --git a/app/build.gradle b/app/build.gradle index ff57dbbfc..9a7d8a492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { @@ -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'