diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2017-01-03 12:33:46 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2017-01-03 12:33:46 +0100 |
commit | e6ba8484fa9281df64c79323ae7489ab9f2f338c (patch) | |
tree | 5c7c1dcc3c886b5ae0463e6ed09b8af7e54150b8 | |
parent | 470d244414ebacb743112bfb24ca28957e7dde93 (diff) |
update build tools and some dependencies
-rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index fbc1cf04..04cac247 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ configurations { dependencies { compile project(':libs:MemorizingTrustManager') - playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0' + playstoreCompile 'com.google.android.gms:play-services-gcm:10.0.1' compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' compile 'com.android.support:support-v13:25.1.0' @@ -49,12 +49,12 @@ ext { } android { - compileSdkVersion 24 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 14 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 188 versionName "1.15.2" archivesBaseName += "-$versionName" |