[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:
abhip2565
2025-09-01 09:59:10 +05:30
committed by GitHub
parent c57d0b28c9
commit 4ee68e48bd
3 changed files with 4 additions and 4 deletions

View File

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

View File

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