Skip to content

Commit e5f5694

Browse files
docs(zip): update README.md
1 parent 70c9f46 commit e5f5694

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/zip/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ npx cap sync
4040

4141
### Android
4242

43+
#### Proguard
44+
45+
If you are using Proguard, you need to add the following rules to your `proguard-rules.pro` file:
46+
47+
```
48+
-keep class io.capawesome.capacitorjs.plugins.** { *; }
49+
```
50+
4351
#### Variables
4452

4553
This plugin will use the following project variables (defined in your app’s `variables.gradle` file):

0 commit comments

Comments
 (0)