1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

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

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