Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarSand committed May 25, 2024
1 parent 2c90866 commit 90acc3a
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 @@ -32,8 +32,8 @@ android {
applicationId = "com.password.monitor"
minSdk = 23
targetSdk = 34
versionCode = 100
versionName = "1.0.0"
versionCode = 101
versionName = "1.0.1"
setProperty("archivesBaseName", "PasswordMonitor_v$versionName")
}

Expand Down

0 comments on commit 90acc3a

Please sign in to comment.