mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00: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:
parent
d21e735ae7
commit
12c8a2dc77
1 changed files with 2 additions and 2 deletions
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.**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue