mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Use existing package name to allow updates
This commit is contained in:
parent
e170d19e16
commit
246a91c45e
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 29
|
||||
targetSdkVersion 34
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 20004000
|
||||
versionName "2.4"
|
||||
applicationId "air.com.distractionware.vvvvvvmobile"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_APP_PLATFORM=android-29", "-DANDROID_STL=c++_static"
|
||||
|
|
Loading…
Reference in a new issue