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:
parent
83e26f839d
commit
8271c6481f
3 changed files with 3 additions and 220 deletions
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue