Fix missing type info in release builds

(cherry picked from commit 265934d77aa514b8611d248b22f302082881aa02)
This commit is contained in:
arkon
2023-04-22 18:32:22 -04:00
committed by Jobobby04
parent b44175eb50
commit a51660de2e
+1
View File
@@ -1,6 +1,7 @@
-dontobfuscate
-keep,allowoptimization class eu.kanade.**
-keep,allowoptimization class tachiyomi.**
# Keep common dependencies used in extensions
-keep,allowoptimization class androidx.preference.** { public protected *; }