Increased build version, updated changelog and downgraded build tools.

This commit is contained in:
Karim Abou Zeid 2016-03-27 20:06:55 +02:00
commit fc4b3846c5
2 changed files with 16 additions and 3 deletions

View file

@ -55,7 +55,7 @@ android {
}
}
compileSdkVersion 23
buildToolsVersion '24.0.0 rc1'
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
@ -64,8 +64,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone"
versionCode 105
versionName "0.10.0 PREVIEW 2"
versionCode 106
versionName "0.10.0 RC"
}
buildTypes {
release {