File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919-dontobfuscate
2020-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
21- -keep class org.ocpsoft.prettytime.i18n.** { *; }
2221
2322-keep class org.mozilla.javascript.** { *; }
2423
2524-keep class org.mozilla.classfile.ClassFileWriter
2625-keep class com.google.android.exoplayer2.** { *; }
2726
2827-dontwarn org.mozilla.javascript.tools.**
29- -dontwarn android.arch.util.paging.CountedDataSource
30- -dontwarn android.arch.persistence.room.paging.LimitOffsetDataSource
31-
3228
3329# Rules for icepick. Copy paste from https://github.com/frankiesardo/icepick
3430-dontwarn icepick.**
3935}
4036-keepnames class * { @icepick.State *;}
4137
42- # Rules for OkHttp. Copy paste from https://github.com/square/okhttp
38+ ## Rules for OkHttp. Copy paste from https://github.com/square/okhttp
4339-dontwarn okhttp3.**
4440-dontwarn okio.**
45- -dontwarn javax.annotation.**
46- # A resource is loaded with a relative path so the package of this class must be preserved.
47- -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
41+ ##
42+
4843-keepclassmembers class * implements java.io.Serializable {
4944 static final long serialVersionUID;
5045 !static !transient <fields>;
You can’t perform that action at this time.
0 commit comments