1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 17:48:29 +02:00

Use existing package name to allow updates

This commit is contained in:
leo60228 2023-09-07 19:28:28 -04:00 committed by Misa Elizabeth Kai
parent e170d19e16
commit 246a91c45e

View File

@ -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"