Fixed about screen logo getting removed by proguard

This commit is contained in:
ByteHamster 2019-10-25 12:17:05 +02:00
parent 0407d27e99
commit 92c3287651
1 changed files with 4 additions and 0 deletions

View File

@ -128,3 +128,7 @@
-dontwarn java.lang.management.ThreadInfo
-dontwarn java.lang.management.ThreadMXBean
# About screen teaser in html view
-keep class de.danoeh.antennapod**.R$drawable {
public int teaser;
}