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