0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 12:22:15 +02:00

Actually proguard rules that fix the bug :-/

This commit is contained in:
Christine Coenen 2021-10-15 21:39:06 +02:00
parent bda7828e18
commit 9793fae6b6

5
app/proguard-rules.pro vendored Normal file
View File

@ -0,0 +1,5 @@
## start fetch
## fixes https://github.com/mediathekview/zapp/issues/224 and https://github.com/mediathekview/zapp/issues/249
-keep class com.tonyodev.fetch2.** { *; }
-keep class com.tonyodev.fetch2core.** { *; }
## end fetch