Skip to content

Commit

Permalink
Github Actions: App version Bumped to v1.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Jan 25, 2025
1 parent 461c5c3 commit 17500cb
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 @@ -19,8 +19,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 35
versionCode = 1432
versionName = "1.4.32"
versionCode = 1433
versionName = "1.4.33"

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

0 comments on commit 17500cb

Please sign in to comment.