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:
parent
994802a774
commit
72eec0f6f5
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ apply plugin: "com.android.application"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "25.0.1"
|
buildToolsVersion "25.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 16
|
versionCode 17
|
||||||
versionName "${System.env.VERSION_STR}.${versionCode}"
|
versionName "${System.env.VERSION_STR}.${versionCode}"
|
||||||
minSdkVersion 9
|
minSdkVersion 9
|
||||||
targetSdkVersion 9
|
targetSdkVersion 9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue