mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: update proguard rules
This commit is contained in:
parent
d6aacef0ac
commit
d3a62ba52f
1 changed files with 17 additions and 0 deletions
17
app/proguard-rules.pro
vendored
17
app/proguard-rules.pro
vendored
|
|
@ -42,6 +42,23 @@
|
|||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
-keep public class com.google.android.gms.* { public *; }
|
||||
-dontwarn com.google.android.gms.**
|
||||
|
||||
# ormlite
|
||||
-dontwarn com.j256.ormlite.android.**
|
||||
-dontwarn com.j256.ormlite.logger.**
|
||||
-dontwarn com.j256.ormlite.misc.**
|
||||
|
||||
# OkHttp
|
||||
-dontwarn okhttp3.internal.platform.**
|
||||
-dontwarn org.conscrypt.**
|
||||
-dontwarn org.bouncycastle.**
|
||||
-dontwarn org.openjsse.**
|
||||
|
||||
#-dontwarn java.awt.image.**
|
||||
#-dontwarn com.google.errorprone.annotations.**
|
||||
|
||||
# Our app is opensource no need to obsfucate
|
||||
-dontobfuscate
|
||||
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable
|
||||
Loading…
Add table
Add a link
Reference in a new issue