We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1a3ae commit b13475eCopy full SHA for b13475e
README.md
@@ -89,7 +89,7 @@ And update your release build command line to enable it:
89
```
90
91
### Release build configuration
92
-If you're using *Proguard* or other obfuscation tool, please, add these configuration rules to your proguard-rules.pro file:
+If you're using **Proguard** or other obfuscation tool, add the following configuration rules to your proguard-rules.pro file:
93
```groovy
94
-keep class com.yoti.** { *; }
95
-keep class com.microblink.** { *; }
0 commit comments