diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-02-12 23:38:30 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-02-12 23:38:30 +0100 |
commit | 6217e33a8766650c94014b4c436a29ac1372c795 (patch) | |
tree | 12290f1a595304577d5ac3ab5a20d2d4548a1814 /build.gradle | |
parent | c430848adedabfd8d2cd05bc12a5888ab8d92bcf (diff) |
removed gcm plugin from gradle. fixes #1693
Diffstat (limited to '')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 4221d44e..34d63dfa 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' - classpath 'com.google.gms:google-services:1.5.0' + classpath 'com.android.tools.build:gradle:1.5.0' } } @@ -22,7 +21,6 @@ allprojects { } apply plugin: 'com.android.application' -apply plugin: 'com.google.gms.google-services' repositories { jcenter() @@ -37,7 +35,7 @@ dependencies { compile project(':libs:MemorizingTrustManager') compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' - compile 'com.android.support:support-v13:23.0.1' + compile 'com.android.support:support-v13:23.1.1' compile 'org.bouncycastle:bcprov-jdk15on:1.52' compile 'org.bouncycastle:bcmail-jdk15on:1.52' compile 'org.jitsi:org.otr4j:0.22' |