Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Popalay committed Jul 10, 2021
1 parent f89c5e6 commit 903df35
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 @@ -57,7 +57,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.1.0"
versionName = "1.1.1"

signingConfigs {
getByName("debug") {
Expand Down

0 comments on commit 903df35

Please sign in to comment.