release v0.6.8pre1

after a thousand years
This commit is contained in:
tildearrow 2025-03-22 03:25:57 -05:00
parent 76cdc66e05
commit 9297ff7c8b
58 changed files with 285801 additions and 285753 deletions

View file

@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 219
versionName "0.6.7"
versionCode 225
versionName "0.6.8pre1"
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="219"
android:versionName="0.6.7"
android:versionCode="225"
android:versionName="0.6.8pre1"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->