mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-01 01:29:02 +08: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>;
|
|
} |