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

(cherry picked from commit eeb683069a3a0be7e769ac9273b5accc582e03ec)

# Conflicts:
#	CHANGELOG.md
#	app/build.gradle.kts
This commit is contained in:
Cuong-Tran
2025-02-25 01:44:28 +07:00
committed by Jobobby04
parent 9c22e7fcb7
commit ce6b847c8b
5 changed files with 66 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ android {
defaultConfig {
applicationId = "eu.kanade.tachiyomi.sy"
versionCode = 71
versionCode = 72
versionName = "1.11.0"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")