Skip to content

Commit 24cf197

Browse files
committed
Clean up proguard file
1 parent a59660f commit 24cf197

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

app/proguard-rules.pro

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
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.**
@@ -39,12 +35,11 @@
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>;

0 commit comments

Comments
 (0)