release v0.6pre10 - THE F R E E Z E
from now on it's just bug fixes. once a pre-release survives a week without issues, 0.6 comes out.
This commit is contained in:
parent
43a1156349
commit
6dafc48e06
8 changed files with 18 additions and 11 deletions
|
|
@ -15,8 +15,8 @@ android {
|
|||
}
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 169
|
||||
versionName "0.6pre9"
|
||||
versionCode 171
|
||||
versionName "0.6pre10"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON"
|
||||
|
|
|
|||
|
|
@ -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="169"
|
||||
android:versionName="0.6pre9"
|
||||
android:versionCode="171"
|
||||
android:versionName="0.6pre10"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue