Skip to content

Commit 70c9f46

Browse files
docs(wifi): update README.md
1 parent fc72f00 commit 70c9f46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/wifi/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ This API requires the following permissions be added to your `AndroidManifest.xm
4545
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
4646
```
4747

48+
#### Proguard
49+
50+
If you are using Proguard, you need to add the following rules to your `proguard-rules.pro` file:
51+
52+
```
53+
-keep class io.capawesome.capacitorjs.plugins.** { *; }
54+
```
55+
4856
### iOS
4957

5058
#### Entitlements

0 commit comments

Comments
 (0)