Skip to content

Commit

Permalink
Github Actions: App version Bumped to v1.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Aug 13, 2023
1 parent 087f366 commit b7ed5d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 33
versionCode = 1419
versionName = "1.4.19"
versionCode = 1420
versionName = "1.4.20"

testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1420.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Major crash fix, please take backup before update and if crashing even after update uninstall/clear data once
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix major crash from v1.4.18
Major crash fix, please take backup before update and if crashing even after update uninstall/clear data once

0 comments on commit b7ed5d6

Please sign in to comment.