Skip to content

Commit

Permalink
fix proguard rules for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Dec 18, 2024
1 parent 803b660 commit 54b6434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
-keep class kotlinx.coroutines.** { *; }
-keep class org.jetbrains.skia.** { *; }
-keep class org.jetbrains.skiko.** { *; }
-keep class org.sqlite.** { *; }
-keep class androidx.compose.runtime.** { *; }
-keep class okio.* { *; }
-keep class dev.hydraulic.conveyor.control.* { *; }

-keep class * implements java.sql.Driver
-keep class org.apache.commons.** { *; }
-keep class org.mozilla.javascript.** { *; }
-keep class org.slf4j.simple.SimpleServiceProvider { *; }
-keep class androidx.compose.foundation.text.TextLinkScope { *; }
-keep class com.sun.jna.** { *; }
-keep class androidx.sqlite.driver.** { *; }

# Keep `Companion` object fields of serializable classes.
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
Expand Down

0 comments on commit 54b6434

Please sign in to comment.