mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: Update protobuf keep rule for new package name (#3627)
This commit is contained in:
parent
f62b6d1700
commit
94b9904397
1 changed files with 1 additions and 1 deletions
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
# Needed for protobufs
|
||||
-keep class com.google.protobuf.** { *; }
|
||||
-keep class com.geeksville.mesh.** { *; }
|
||||
-keep class org.meshtastic.proto.** { *; }
|
||||
|
||||
# eclipse.paho.client
|
||||
-keep class org.eclipse.paho.client.mqttv3.logging.JSR47Logger { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue