Android: update build tools version + versionCode bump for release

This commit is contained in:
Loic Blot 2017-06-03 19:36:01 +02:00
parent 994802a774
commit 72eec0f6f5
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ apply plugin: "com.android.application"
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.3"
defaultConfig {
versionCode 16
versionCode 17
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 9
targetSdkVersion 9