mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-27 01:51:28 +00:00
update Android ver num
This commit is contained in:
parent
ae6e956f06
commit
0684521092
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ android {
|
||||||
}
|
}
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 93
|
versionCode 112
|
||||||
versionName "0.6pre1"
|
versionName "dev112"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static"
|
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static"
|
||||||
|
|
Loading…
Reference in a new issue