release v0.6pre15

This commit is contained in:
tildearrow 2023-09-13 18:25:32 -05:00
parent 41e93cf9a7
commit 29db4d5bb5
6 changed files with 11 additions and 10 deletions

View file

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