git commit and depth in version, android now allows upgrading

This commit is contained in:
Green Sky
2025-04-10 10:51:48 +02:00
parent b10e1ed99a
commit e5498a36ba
4 changed files with 49 additions and 3 deletions

View File

@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libsdl.app.tomato"
android:versionCode="1"
android:versionName="@tomato_VERSION_MAJOR@.@tomato_VERSION_MINOR@.@tomato_VERSION_PATCH@"
android:versionCode="@TOMATO_GIT_DEPTH@"
android:versionName="@tomato_VERSION_MAJOR@.@tomato_VERSION_MINOR@.@tomato_VERSION_PATCH@-@TOMATO_GIT_DEPTH@+git.@TOMATO_GIT_COMMIT@"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->