FIRE!! (release v0.6pre4)

This commit is contained in:
tildearrow 2023-02-24 05:15:19 -05:00
parent eba1191ef2
commit 34c66a4464
5 changed files with 10 additions and 7 deletions

View file

@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 136
versionName "dev136"
versionCode 143
versionName "0.6pre4"
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static"

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="133"
android:versionName="0.6pre3"
android:versionCode="143"
android:versionName="0.6pre4"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->