aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle16
1 files changed, 8 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index 70d5eb895..f0a0329d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.3'
+ classpath 'com.android.tools.build:gradle:2.3.0'
}
}
@@ -32,10 +32,10 @@ dependencies {
compile project(':libs:audiowife')
compile project(':libs:emojicon')
compile project(':libs:android-transcoder')
- playstoreCompile 'com.google.android.gms:play-services-gcm:10.0.1'
+ playstoreCompile 'com.google.android.gms:play-services-gcm:10.2.0'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
- compile 'com.android.support:support-v13:25.1.1'
+ compile 'com.android.support:support-v13:25.2.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.56'
compile 'org.bouncycastle:bcmail-jdk15on:1.56'
compile 'org.jitsi:org.otr4j:0.22'
@@ -44,20 +44,20 @@ dependencies {
compile 'com.google.zxing:android-integration:3.3.0'
compile 'de.measite.minidns:minidns:0.1.7'
compile 'de.timroes.android:EnhancedListView:0.3.4'
- compile 'me.leolin:ShortcutBadger:1.1.11@aar'
+ compile 'me.leolin:ShortcutBadger:1.1.13@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:axolotl-android:1.4.3'
compile 'com.makeramen:roundedimageview:2.3.0'
compile 'jetty:javax.servlet:5.1.12'
- compile 'com.google.code.gson:gson:2.4'
+ compile 'com.google.code.gson:gson:2.7'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
- compile 'com.android.support:appcompat-v7:25.1.1'
+ compile 'com.android.support:appcompat-v7:25.2.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.1'
compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.2'
- compile 'com.google.android.gms:play-services-location:10.0.1'
- compile 'com.google.android.gms:play-services-maps:10.0.1'
+ compile 'com.google.android.gms:play-services-location:10.2.0'
+ compile 'com.google.android.gms:play-services-maps:10.2.0'
compile 'pub.devrel:easypermissions:0.2.1'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.1'