Release v0.16.2

This commit is contained in:
AntsyLich 2024-01-28 00:27:16 +06:00
parent 8489b0dd8b
commit 222e111806
No known key found for this signature in database

View file

@ -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()}\"")