mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
# Keep class members from protobuf generated code.
|
|
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite {
|
|
<fields>;
|
|
} |