mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-28 18:52:42 -04:00
chore: update proguard rules
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user