release v0.6.7

This commit is contained in:
tildearrow 2024-08-29 02:29:32 -05:00
parent 2e7689ce86
commit ed79399190
49 changed files with 41 additions and 39 deletions

View file

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