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

6 lines
227 B
Prolog
Raw Normal View History

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