You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
384 B

#
# Most needed rules come from React Native's proguard-rules.pro (either .aar or source) -- hence
# the lean configuration file.
###
-dontobfuscate
-dontnote android.net.**
-dontnote org.apache.**
# An addition to RN's 'keep' and 'dontwarn' configs -- need to also 'dontnote' some stuff.
-dontnote com.facebook.**
-dontnote sun.misc.Unsafe
-dontnote okhttp3.**
-dontnote okio.**