release v0.6pre8

hopefully the final "pre-release" before the freeze
This commit is contained in:
tildearrow 2023-08-19 04:48:27 -05:00
parent b384367aa8
commit 44781e9cac
6 changed files with 12 additions and 11 deletions

View file

@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 162
versionName "0.6pre7"
versionCode 166
versionName "0.6pre8"
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="162"
android:versionName="0.6pre7"
android:versionCode="166"
android:versionName="0.6pre8"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->