mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJIMOB-3502] update app version to 0.20.0 (#2069)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
@@ -115,7 +115,7 @@ android {
|
||||
applicationId 'io.mosip.residentapp'
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionName "0.19.0"
|
||||
versionName "0.20.0"
|
||||
versionCode 1
|
||||
manifestPlaceholders = [
|
||||
APP_NAME : APP_NAME,
|
||||
|
||||
@@ -74,7 +74,7 @@ lane :android_build_internal do
|
||||
git_commit = sh('git rev-parse --short HEAD').strip
|
||||
git_branch = sh('git rev-parse --abbrev-ref HEAD').strip
|
||||
|
||||
versionName = "0.19.0-#{git_commit}-#{git_branch}"
|
||||
versionName = "0.20.0-#{git_commit}-#{git_branch}"
|
||||
|
||||
gradle(task: "clean bundle#{APP_FLAVOR}Release")
|
||||
upload_to_play_store(
|
||||
|
||||
@@ -614,7 +614,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.19.0;
|
||||
MARKETING_VERSION = 0.20.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
@@ -653,7 +653,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.19.0;
|
||||
MARKETING_VERSION = 0.20.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
|
||||
Reference in New Issue
Block a user