aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 21:32:38 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 21:32:38 +0200
commit00174b878a2a1e0e8ee7175c18535f793cfc7e04 (patch)
tree15b6b25c51788e4da5339bcfdd5f4d1739233064 /build.gradle
parent46ff1f0df04ecaed7e41a5b4df77803cb48f664f (diff)
updated gradle + plugin and fixed xmpp-addr version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle14
1 files changed, 5 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle
index 8db196cb2..1d0ed1a4e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.1.0'
}
}
@@ -20,13 +21,8 @@ repositories {
maven {
url "https://jitpack.io"
}
-}
-
-allprojects {
- repositories {
- maven { url "https://jitpack.io" }
- maven { url "https://maven.google.com" }
- maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
+ maven {
+ url "https://oss.sonatype.org/content/repositories/snapshots"
}
}
@@ -40,7 +36,7 @@ ext {
dependencies {
implementation project(':libs:android-transcoder')
- standardPushimplementation 'com.google.android.gms:play-services-gcm:11.8.0'
+ standardPushimplementation 'com.google.android.gms:play-services-gcm:12.0.1'
implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
implementation 'org.bouncycastle:bcmail-jdk15on:1.58'