Bump app version code and default user agent

This commit is contained in:
AntsyLich
2025-11-01 01:47:20 +06:00
parent 93ba6acea5
commit f9793d3323
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 13
versionCode = 14
versionName = "0.19.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")