1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Fix manifest and various things

This commit is contained in:
rubenwardy 2021-10-19 19:43:41 +01:00
parent 83e26f839d
commit 8271c6481f
3 changed files with 3 additions and 220 deletions

View file

@ -19,6 +19,8 @@
android:label="@string/label"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="false"
android:hasFragileUserData="true"
android:isGame="true"
tools:ignore="UnusedAttribute">
<meta-data

View file

@ -2,7 +2,7 @@
project.ext.set("versionMajor", 5) // Version Major
project.ext.set("versionMinor", 4) // Version Minor
project.ext.set("versionPatch", 0) // Version Patch
project.ext.set("versionPatch", 1) // Version Patch
project.ext.set("versionExtra", "") // Version Extra
project.ext.set("versionCode", 34) // Android Version Code
// NOTE: +2 after each release!