Bump build version

This commit is contained in:
Karim Abou Zeid 2017-12-29 15:55:47 +01:00
commit bce86e212a
2 changed files with 8 additions and 3 deletions

View file

@ -39,7 +39,7 @@ static def gitBranch() {
android {
compileSdkVersion 27
buildToolsVersion '27.0.2'
buildToolsVersion '27.0.3'
dataBinding {
enabled = true
}
@ -51,8 +51,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone'
versionCode 147
versionName '0.16.4 BETA 2'
versionCode 148
versionName '0.16.4 BETA 3'
}
buildTypes {
release {