aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle22
1 files changed, 11 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle
index f5964de6a..863c70814 100644
--- a/build.gradle
+++ b/build.gradle
@@ -33,10 +33,10 @@ dependencies {
compile project(':libs:emojicon')
compile files('libs/aspectjrt-1.7.3.jar')
compile files('libs/isoparser-1.0.6.jar')
- playstoreCompile 'com.google.android.gms:play-services-gcm:9.6.1'
+ playstoreCompile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
- compile 'com.android.support:support-v13:24.2.1'
+ compile 'com.android.support:support-v13:25.1.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcmail-jdk15on:1.52'
compile 'org.jitsi:org.otr4j:0.22'
@@ -52,13 +52,13 @@ dependencies {
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.2.1'
+ compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:multidex:1.0.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.2'
- compile 'com.google.android.gms:play-services-location:9.6.1'
- compile 'com.google.android.gms:play-services-maps:9.6.1'
+ compile 'com.google.android.gms:play-services-location:10.0.1'
+ compile 'com.google.android.gms:play-services-maps:10.0.1'
compile 'pub.devrel:easypermissions:0.1.9'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.0'
@@ -72,16 +72,16 @@ ext {
android {
- compileSdkVersion 24
- buildToolsVersion "23.0.3"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 14
- targetSdkVersion 24
+ targetSdkVersion 25
- versionCode 181
- versionName "1.15.4"
- //versionName "1.15.4 beta (2016-12-24)"
+ versionCode 182
+ //versionName "1.15.4"
+ versionName "1.15.5 beta (2017-01-09)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"