release v0.6.1
This commit is contained in:
parent
09228cfd74
commit
2957645d9d
12 changed files with 20 additions and 17 deletions
|
|
@ -15,8 +15,8 @@ android {
|
|||
}
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 181
|
||||
versionName "0.6"
|
||||
versionCode 192
|
||||
versionName "0.6.1"
|
||||
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="181"
|
||||
android:versionName="0.6"
|
||||
android:versionCode="192"
|
||||
android:versionName="0.6.1"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue