prepare for 0.6.8.1...

This commit is contained in:
tildearrow 2025-04-02 03:02:47 -05:00
parent b39fd71ab9
commit cce8aa3579
7 changed files with 14 additions and 13 deletions

View file

@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 227
versionName "0.6.8"
versionCode 228
versionName "0.6.8.1"
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON", "-DWITH_LOCALE=ON", "-DUSE_MOMO=ON"

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.tildearrow.furnace"
android:versionCode="227"
android:versionName="0.6.8"
android:versionCode="228"
android:versionName="0.6.8.1"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->