update build tools and some dependencies
This commit is contained in:
parent
470d244414
commit
e6ba8484fa
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue