Fix proguard removing opml model

This commit is contained in:
Shinokuni 2020-01-25 21:09:07 +01:00
parent 0202df95d9
commit 7ed5876285
1 changed files with 3 additions and 1 deletions

View File

@ -29,4 +29,6 @@
-keep class com.readrops.readropslibrary.services.freshrss.json.** { *; }
-keep class com.readrops.readropslibrary.services.nextcloudnews.json.** { *; }
-keep class com.readrops.readropslibrary.localfeed.** { *; }
-keep class com.readrops.readropslibrary.localfeed.** { *; }
-keep class com.readrops.readropslibrary.opml.model.** { *; }