Skip to content

Commit 77f606e

Browse files
Merge pull request #69 from divyanshu1234/main
Update README to add proguard rule
2 parents 6ab7d45 + 5f64889 commit 77f606e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ dependencies {
3535
}
3636
```
3737

38+
### ProGuard
39+
40+
ProGuard users may need to add the following rule:
41+
42+
```
43+
-keep class io.mavsdk.** { *; }
44+
```
45+
3846
## Contributing
3947

4048
### Coding style

0 commit comments

Comments
 (0)