aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-29 15:46:40 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-29 15:46:40 +0200
commit500d4294b589c0ba78e30a34a2854d611a2d5d73 (patch)
treeee8a7dfeb47a48436eba07131380d78e97c3d29a /build.gradle
parent67a41170dd301761fb3b80507640e7ce049b8c23 (diff)
update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 79ac79ae4..9ad9d64bc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.0'
+ classpath 'com.android.tools.build:gradle:3.1.1'
}
}
@@ -36,7 +36,7 @@ ext {
dependencies {
implementation project(':libs:android-transcoder')
- standardPushimplementation 'com.google.android.gms:play-services-gcm:12.0.1'
+ standardPushimplementation 'com.google.android.gms:play-services-gcm:15.0.0'
implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
implementation 'org.bouncycastle:bcmail-jdk15on:1.58'