summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2018-06-03 17:35:20 +0200
committerSmallJoker <mk939@ymail.com>2018-06-03 17:35:20 +0200
commitecbb9310de9cde6bf22dacbb1e95da326daafa51 (patch)
tree4756bc680bc921ba99a3bd6c3308c1393505fa03 /build
parentaac35a6e7c9c492ca1f8112a6ea55e06e36ef0e4 (diff)
downloadminetest-ecbb9310de9cde6bf22dacbb1e95da326daafa51.tar.gz
minetest-ecbb9310de9cde6bf22dacbb1e95da326daafa51.tar.bz2
minetest-ecbb9310de9cde6bf22dacbb1e95da326daafa51.zip
Bump version to 0.4.17
Diffstat (limited to 'build')
-rw-r--r--build/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/build.gradle b/build/android/build.gradle
index 1263b2232..f92fb3bbf 100644
--- a/build/android/build.gradle
+++ b/build/android/build.gradle
@@ -14,7 +14,7 @@ android {
buildToolsVersion "25.0.3"
defaultConfig {
- versionCode 17
+ versionCode 18
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 9
targetSdkVersion 9