Fix App's preferences referencing deleted categories (#1734)

This commit is contained in:
Cuong-Tran
2025-02-25 01:44:28 +07:00
committed by GitHub
parent 7e71a34256
commit eeb683069a
6 changed files with 67 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ android {
defaultConfig {
applicationId = "app.mihon"
versionCode = 9
versionCode = 10
versionName = "0.17.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")