Add installation id for feature flags (#3052)

This commit is contained in:
AntsyLich
2026-03-10 23:53:11 +06:00
committed by GitHub
parent 0d768af3d0
commit f6b2684323
9 changed files with 81 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 17
versionCode = 18
versionName = "0.19.4"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")