Skip to content

Commit

Permalink
Bump app version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Popalay committed Jan 9, 2023
1 parent ffa1dca commit dc8591f
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.5"
versionName = "1.1.6"

signingConfigs {
getByName("debug") {
Expand Down

0 comments on commit dc8591f

Please sign in to comment.