mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-08 21:18:14 -05:00
[INJIMOB-2097]: bump up app version to 0.15.0 (#1631)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com> Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
This commit is contained in:
@@ -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.14.0-#{git_commit}-#{git_branch}"
|
||||
versionName = "0.15.0-#{git_commit}-#{git_branch}"
|
||||
|
||||
gradle(task: "clean bundle#{APP_FLAVOR}Release")
|
||||
upload_to_play_store(
|
||||
|
||||
@@ -533,7 +533,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.14.0;
|
||||
MARKETING_VERSION = 0.15.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
@@ -572,7 +572,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.14.0;
|
||||
MARKETING_VERSION = 0.15.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
|
||||
Reference in New Issue
Block a user