release v0.6pre12

This commit is contained in:
tildearrow 2023-09-09 16:23:17 -05:00
parent c356b03b67
commit c6c05582bd
6 changed files with 11 additions and 10 deletions

View file

@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 172
versionName "0.6pre11"
versionCode 173
versionName "0.6pre12"
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=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="172"
android:versionName="0.6pre11"
android:versionCode="173"
android:versionName="0.6pre12"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->