mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJIMOB-3145]: Update to version 0.17.0. (#1866)
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
This commit is contained in:
@@ -113,7 +113,7 @@ android {
|
||||
applicationId 'io.mosip.residentapp'
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionName "0.15.0"
|
||||
versionName "0.17.0"
|
||||
versionCode 1
|
||||
manifestPlaceholders = [
|
||||
APP_NAME : APP_NAME,
|
||||
|
||||
@@ -63,18 +63,18 @@ lane :android_build_internal do
|
||||
track: "internal",
|
||||
json_key: "play_config.json",
|
||||
)[0]
|
||||
|
||||
|
||||
current_build_number = previous_build_number + 1
|
||||
|
||||
|
||||
increment_version_code(
|
||||
gradle_file_path: "app/build.gradle",
|
||||
version_code: current_build_number
|
||||
)
|
||||
|
||||
|
||||
git_commit = sh('git rev-parse --short HEAD').strip
|
||||
git_branch = sh('git rev-parse --abbrev-ref HEAD').strip
|
||||
|
||||
versionName = "0.15.0-#{git_commit}-#{git_branch}"
|
||||
versionName = "0.17.0-#{git_commit}-#{git_branch}"
|
||||
|
||||
gradle(task: "clean bundle#{APP_FLAVOR}Release")
|
||||
upload_to_play_store(
|
||||
@@ -85,7 +85,7 @@ lane :android_build_internal do
|
||||
)
|
||||
|
||||
slack(
|
||||
message: "#{generate_app_name} #{versionName} (#{current_build_number}) is uploaded to Play store. Description : #{PLAY_CONSOLE_RELEASE_DESCRIPTION}.",
|
||||
message: "#{generate_app_name} #{versionName} (#{current_build_number}) is uploaded to Play store. Description : #{PLAY_CONSOLE_RELEASE_DESCRIPTION}.",
|
||||
success: true,
|
||||
slack_url: "#{SLACK_URL}",
|
||||
default_payloads: [:git_branch, :last_git_commit]
|
||||
@@ -121,9 +121,9 @@ lane :android_build_beta do
|
||||
)
|
||||
|
||||
slack(
|
||||
message: "#{generate_app_name} #{versionName} is uploaded to Play store. Description : #{PLAY_CONSOLE_RELEASE_DESCRIPTION}.",
|
||||
message: "#{generate_app_name} #{versionName} is uploaded to Play store. Description : #{PLAY_CONSOLE_RELEASE_DESCRIPTION}.",
|
||||
success: true,
|
||||
slack_url: "#{SLACK_URL}",
|
||||
default_payloads: [:git_branch, :last_git_commit]
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.15.0;
|
||||
MARKETING_VERSION = 0.17.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
@@ -602,7 +602,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.15.0;
|
||||
MARKETING_VERSION = 0.17.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
|
||||
Reference in New Issue
Block a user