From 99bfb8aec21c74d3b99f0c02188df3d2d64c5e42 Mon Sep 17 00:00:00 2001 From: Sylvester Yao Date: Mon, 18 May 2020 15:50:10 +0800 Subject: [PATCH] Add proguard config for androidx.security.crypto. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9afea22..74d04ba 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,13 @@ FIDO2 API is used for devices running Android N (API level 24) or newer. ## [File Locker Sample](https://github.com/android/security-samples/tree/master/FileLocker) A sample that demonstrates how to use the Jetpack Security library to encrypt and decrypt files by -implementing a simple note taking app. \ No newline at end of file +implementing a simple note taking app. + +## ProGurad + +```pro +# Protobuf +-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { + ; +} +```