Skip to content

Commit

Permalink
Github Actions: App version Bumped to v1.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Mar 30, 2024
1 parent 5bc49f2 commit 1ce1b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = 1424
versionName = "1.4.24"
versionCode = 1425
versionName = "1.4.25"

testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1425.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor Improvements

0 comments on commit 1ce1b4f

Please sign in to comment.