Modify version codes

This commit is contained in:
Gergely Hegedus 2023-09-25 17:02:44 +03:00
parent 1807809c37
commit 29d421e4c6
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode applicationVersionCodeArgument ?: 1 versionCode applicationVersionCodeArgument ?: 1
versionName "1.0" versionName "1.0.0"
} }
signingConfigs { signingConfigs {
debug { debug {

View file

@ -499,7 +499,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@ -532,7 +532,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",