Skip to content

Commit

Permalink
add new proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Jan 29, 2024
1 parent fa78e0b commit c65c1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
-keep,allowoptimization class androidx.preference.** { *; }
-keep,allowoptimization class okio.** { *; }
-keep,allowoptimization class kotlinx.serialization.** { *; }
-keep,allowoptimization class kotlinx.coroutines.** { public protected *; }
-keep,allowoptimization class kotlin.time.** { public protected *; }

# === Keep EH classes
-keep class exh.** { *; }
Expand Down

0 comments on commit c65c1ad

Please sign in to comment.