mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 06:24:16 +02:00
potential fix for the rare mapbox native crash (use onDestroyView)
This commit is contained in:
Vendored
+4
@@ -30,6 +30,10 @@
|
||||
-keep class com.geeksville.mesh.**{*;}
|
||||
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { <fields>; }
|
||||
|
||||
# Recommended by mapbox to prevent native crashes
|
||||
-dontwarn com.mapbox.**
|
||||
-keep class com.mapbox.** { *; }
|
||||
|
||||
# for kotlinx.serialization
|
||||
-keepattributes *Annotation*, InnerClasses
|
||||
-dontnote kotlinx.serialization.SerializationKt
|
||||
|
||||
Reference in New Issue
Block a user