refactor: Update protobuf keep rule for new package name (#3627)

This commit is contained in:
James Rich 2025-11-05 13:59:14 -06:00 committed by GitHub
parent f62b6d1700
commit 94b9904397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 { *; }