diff --git a/README.md b/README.md index 7ad1889..6739c7a 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,12 @@ sample should guide your implementation. This sample demonstrates how to store and access data in a device protected storage that is always available while the device is booted. + +## ProGurad + +```pro +# Protobuf +-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { + ; +} +```