release v0.6pre7 (hotfixes)

This commit is contained in:
tildearrow 2023-07-09 03:40:45 -05:00
parent 18eaef4eba
commit 68f517eb04
5 changed files with 10 additions and 9 deletions

View file

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