diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/build.gradle b/build.gradle index 95447b55f..65a29f522 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ configurations { dependencies { compile project(':libs:MemorizingTrustManager') compile project(':libs:audiowife') - playstoreCompile 'com.google.android.gms:play-services-gcm:9.2.1' + playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0' compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' compile 'com.android.support:support-v13:24.1.1' @@ -44,20 +44,20 @@ dependencies { compile 'de.timroes.android:EnhancedListView:0.3.4' compile 'me.leolin:ShortcutBadger:1.1.4@aar' compile 'com.kyleduo.switchbutton:library:1.2.8' - compile 'org.whispersystems:axolotl-android:1.3.4' - compile 'com.makeramen:roundedimageview:2.2.0' + compile 'org.whispersystems:axolotl-android:1.4.3' + compile 'com.makeramen:roundedimageview:2.2.1' compile 'jetty:javax.servlet:5.1.12' compile 'com.google.code.gson:gson:2.4' compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' compile 'com.android.support:appcompat-v7:24.1.1' compile 'com.android.support:multidex:1.0.1' - compile 'com.github.bumptech.glide:glide:3.5.2' - compile 'com.github.chrisbanes:PhotoView:1.2.6' - compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.0' - compile 'com.google.android.gms:play-services-location:9.2.1' - compile 'com.google.android.gms:play-services-maps:9.2.1' - compile 'pub.devrel:easypermissions:0.1.7' - compile 'com.google.android.gms:play-services-gcm:9.2.1' + compile 'com.github.bumptech.glide:glide:3.7.0' + compile 'com.github.chrisbanes:PhotoView:1.3.0' + compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.1' + compile 'com.google.android.gms:play-services-location:9.4.0' + compile 'com.google.android.gms:play-services-maps:9.4.0' + compile 'pub.devrel:easypermissions:0.1.9' + compile 'com.google.android.gms:play-services-gcm:9.4.0' } ext { @@ -73,8 +73,8 @@ android { minSdkVersion 14 targetSdkVersion 23 - versionCode 159 - versionName "1.13.8" + versionCode 160 + versionName "1.13.9" archivesBaseName += "-$versionName" applicationId "de.pixart.messenger" |