summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2021-01-20 20:37:24 +0000
committerGitHub <noreply@github.com>2021-01-20 20:37:24 +0000
commit6693a4b30e37157becf79b4b20e991271a425609 (patch)
treebd71aab4e9d82f09890cc16ee32ec94b6d0ad1d4 /build
parente86c93f0bfe6c094014705fd659f186e2723522d (diff)
downloadminetest-6693a4b30e37157becf79b4b20e991271a425609.tar.gz
minetest-6693a4b30e37157becf79b4b20e991271a425609.tar.bz2
minetest-6693a4b30e37157becf79b4b20e991271a425609.zip
Fix Android support in bump_version.sh (#10836)
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 111a506e1..6091ff0bc 100644
--- a/build/android/build.gradle
+++ b/build/android/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
project.ext.set("versionMajor", 5) // Version Major
-project.ext.set("versionMinor", 3) // Version Minor
+project.ext.set("versionMinor", 4) // Version Minor
project.ext.set("versionPatch", 0) // Version Patch
project.ext.set("versionExtra", "-dev") // Version Extra
project.ext.set("versionCode", 30) // Android Version Code