diff options
author | sfan5 <sfan5@live.de> | 2016-12-22 22:52:15 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-12-22 23:14:17 +0100 |
commit | 231ac33d34dfaaddf292c5f31b1eae43eeefba2d (patch) | |
tree | 1e9ef1be1b3295a8673d6e4f0bdeb4c2d3a6015f /build | |
parent | 5114329ada6ef3ccac7d964790868eb505484a96 (diff) | |
download | minetest-231ac33d34dfaaddf292c5f31b1eae43eeefba2d.tar.gz minetest-231ac33d34dfaaddf292c5f31b1eae43eeefba2d.tar.bz2 minetest-231ac33d34dfaaddf292c5f31b1eae43eeefba2d.zip |
Bump version to 0.4.15
Diffstat (limited to 'build')
-rw-r--r-- | build/android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/build.gradle b/build/android/build.gradle index e0a0a186a..20c13e385 100644 --- a/build/android/build.gradle +++ b/build/android/build.gradle @@ -14,7 +14,7 @@ android { buildToolsVersion "23.0.3" defaultConfig { - versionCode 15 + versionCode 16 versionName "${System.env.VERSION_STR}.${versionCode}" minSdkVersion 9 targetSdkVersion 9 |