Skip to content

Commit

Permalink
Version 1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Aug 30, 2022
1 parent 5c8df75 commit c83480a
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 @@ -26,7 +26,7 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
versionCode = versionCodeDate()
versionName = "1.14.5"
versionName = "1.14.6"
signingConfig = signingConfigs.getByName("debug")
}
buildTypes {
Expand Down

0 comments on commit c83480a

Please sign in to comment.