mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-22 15:58:25 +00:00
Attempt to fix crash
This commit is contained in:
parent
8486fa68d1
commit
134d4c0b11
1 changed files with 1 additions and 0 deletions
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
@ -46,6 +46,7 @@
|
|||
#Support library
|
||||
-keep class android.support.v7.widget.** { *; }
|
||||
-dontwarn android.support.v4.**
|
||||
-keepclassmembers class * implements android.os.Parcelable {static ** CREATOR;}
|
||||
|
||||
#Glide
|
||||
-keep public class * implements com.bumptech.glide.module.GlideModule
|
||||
|
|
Loading…
Reference in a new issue