mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-15 20:19:05 +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>;
|
||
|
}
|