android: fix xposed module in release builds

This commit is contained in:
Kavish Devar
2026-04-23 19:55:37 +05:30
parent 6272357d84
commit 904c00afce
2 changed files with 3 additions and 4 deletions

View File

@@ -20,5 +20,4 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class androidx.compose.** { *; }
-dontwarn androidx.compose.**
-keep class me.kavishdevar.librepods.utils.KotlinModule { *; }