Skip to content

Commit

Permalink
Fix issues during core downloads with freeDynamicRelease minification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Jul 2, 2024
1 parent f9ad6da commit 3c3a062
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lemuroid-app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-keep class kotlin.Metadata { *; }
-keep class android.arch.lifecycle.**
-dontwarn kotlinx.coroutines.flow.**
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation

## Okio
-dontwarn okio.**
Expand All @@ -34,6 +35,8 @@

## Retrofit
-dontwarn retrofit2.Platform$Java8
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response

## Moshi
-dontnote sun.misc.Unsafe
Expand Down

0 comments on commit 3c3a062

Please sign in to comment.