0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 20:23:04 +02:00
zapp/app/proguard-rules.pro
2021-10-15 21:39:06 +02:00

6 lines
227 B
Prolog

## 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