update dependencies

This commit is contained in:
Daniel Gultsch 2018-04-20 10:51:11 +02:00
parent 9a36627e67
commit cccb3772cf
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.0' classpath 'com.android.tools.build:gradle:3.1.1'
} }
} }
@ -33,7 +33,7 @@ ext {
} }
dependencies { dependencies {
playstoreImplementation 'com.google.android.gms:play-services-gcm:12.0.1' playstoreImplementation 'com.google.android.gms:play-services-gcm:15.0.0'
implementation 'org.sufficientlysecure:openpgp-api:10.0' implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation 'com.soundcloud.android:android-crop:1.0.1@aar' implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
implementation "com.android.support:support-v13:$supportLibVersion" implementation "com.android.support:support-v13:$supportLibVersion"