Skip to content

Commit

Permalink
Github Actions: App version Bumped to v1.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Apr 21, 2024
1 parent 92d1c70 commit c139cad
Showing 1 changed file with 2 additions and 2 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 = 34
versionCode = 1426
versionName = "1.4.26"
versionCode = 1427
versionName = "1.4.27"

testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
Expand Down

0 comments on commit c139cad

Please sign in to comment.