Skip to content

Commit

Permalink
Bump version: 1.2.3 (27) -> 1.3.0 (28)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot51 committed Jan 1, 2024
1 parent 1438631 commit 207eace
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 @@ -47,8 +47,8 @@ android {
applicationId = "com.pilot51.voicenotify"
minSdk = 21
targetSdk = 34
versionName = "1.2.3"
versionCode = 27
versionName = "1.3.0"
versionCode = 28
vectorDrawables.useSupportLibrary = true
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down

0 comments on commit 207eace

Please sign in to comment.