mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Bump android version for next release
This commit is contained in:
parent
5966e897e4
commit
2e18a2d68c
@ -5,7 +5,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:3.0.1"
|
classpath "com.android.tools.build:gradle:3.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ android {
|
|||||||
buildToolsVersion "26.0.2"
|
buildToolsVersion "26.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 17
|
versionCode 19
|
||||||
versionName "${System.env.VERSION_STR}.${versionCode}"
|
versionName "${System.env.VERSION_STR}.${versionCode}"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 14
|
targetSdkVersion 14
|
||||||
|
Loading…
Reference in New Issue
Block a user