mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-26 00:42:35 -04:00
fix: add ProGuard rule to keep eclipse.paho.client logging class
reference: MissingResourceException - Error locating the logging class (MQTT Library) fixes #915
This commit is contained in:
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@@ -30,8 +30,8 @@
|
||||
-keep class com.geeksville.mesh.**{*;}
|
||||
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { <fields>; }
|
||||
|
||||
# mil.nga.mgrs
|
||||
-dontwarn com.google.android.gms.**
|
||||
# eclipse.paho.client
|
||||
-keep class org.eclipse.paho.client.mqttv3.logging.JSR47Logger { *; }
|
||||
|
||||
# ormlite
|
||||
-dontwarn com.j256.ormlite.**
|
||||
|
||||
Reference in New Issue
Block a user