release v0.6.5

the TIA release
This commit is contained in:
tildearrow 2024-06-25 00:20:44 -05:00
parent eddd0cda3c
commit b04a2e38db
52 changed files with 2138 additions and 1749 deletions

View file

@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 212
versionName "0.6.4"
versionCode 214
versionName "0.6.5"
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="212"
android:versionName="0.6.4"
android:versionCode="214"
android:versionName="0.6.5"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->