Skip to content

Commit 1a6de97

Browse files
committed
fix sqlite driver crash in release build
1 parent 6ae0520 commit 1a6de97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@
7878
-keepclassmembers class de.jensklingenberg.ktorfit.** { *; }
7979

8080
-keepnames class ** { *; }
81+
82+
# https://issuetracker.google.com/issues/442489402
83+
-keepclasseswithmembers class androidx.sqlite.driver.bundled.** { native <methods> ; }

0 commit comments

Comments
 (0)