Skip to content

Commit

Permalink
Workaround for server connection failure on libre release builds (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Aug 11, 2021
1 parent 3b56a38 commit a7a0209
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jellyfin-platform-android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
-keep class org.jellyfin.sdk.model.**.* { *; }
-keep class org.jellyfin.sdk.api.client.exception.**.* { *; }

# Fix for https://youtrack.jetbrains.com/issue/KTOR-2708
-keep public class io.ktor.client.** {
public <methods>;
private <methods>;
}

0 comments on commit a7a0209

Please sign in to comment.