release v0.6pre16
This commit is contained in:
parent
d69cdedd4a
commit
5a4be9951d
6 changed files with 11 additions and 10 deletions
|
|
@ -15,8 +15,8 @@ android {
|
|||
}
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 177
|
||||
versionName "0.6pre15"
|
||||
versionCode 178
|
||||
versionName "0.6pre16"
|
||||
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="177"
|
||||
android:versionName="0.6pre15"
|
||||
android:versionCode="178"
|
||||
android:versionName="0.6pre16"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue