Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Jun 28, 2024
1 parent 37b1aa5 commit 3e21a12
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 = 34
versionCode = 1429
versionName = "1.4.29"
versionCode = 1430
versionName = "1.4.30"

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

0 comments on commit 3e21a12

Please sign in to comment.