aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-06-01 21:22:03 +0200
committerChristian Schneppe <christian@pix-art.de>2017-06-01 21:22:03 +0200
commitf98da925da455b3907cb8d011f05210c8e13b7a5 (patch)
tree1ae9c4538b1b1f4eb21cf3a02807e8adf0bcfb4e
parent30478528d7a0ffedfdfadfff26061500280b042e (diff)
update dependencies
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index b4e76136b..9d39d6278 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
compile project(':libs:android-transcoder')
- standardPushCompile 'com.google.android.gms:play-services-gcm:10.2.1'
+ standardPushCompile 'com.google.android.gms:play-services-gcm:10.2.6'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:25.3.1'
@@ -56,8 +56,8 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.chrisbanes:PhotoView:2.0.0'
compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.2'
- compile 'com.google.android.gms:play-services-location:10.2.1'
- compile 'com.google.android.gms:play-services-maps:10.2.1'
+ compile 'com.google.android.gms:play-services-location:10.2.6'
+ compile 'com.google.android.gms:play-services-maps:10.2.6'
compile 'pub.devrel:easypermissions:0.3.0'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.2'