Skip to content

Commit

Permalink
Bump app version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Popalay committed Jul 30, 2023
1 parent 7c80baa commit 5b6c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = properties.getOrDefault("barnee.versioncode", 1).toString().toInt()
versionName = "1.3.0"
versionName = "1.3.1"

signingConfigs {
getByName("debug") {
Expand Down

0 comments on commit 5b6c4f8

Please sign in to comment.