Skip to content

Commit

Permalink
Release v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Jan 27, 2024
1 parent 8489b0d commit 222e111
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 @@ -22,8 +22,8 @@ android {
defaultConfig {
applicationId = "app.mihon"

versionCode = 2
versionName = "0.16.1"
versionCode = 3
versionName = "0.16.2"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down

0 comments on commit 222e111

Please sign in to comment.