Skip to content

Commit 6c0d12b

Browse files
authored
chore: Add proguard instructions (Vydia#193)
1 parent bfb6142 commit 6c0d12b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ Note: if you are installing on React Native < 0.47, use `react-native-background
2828

2929
##### Android
3030

31-
No further actions required.
31+
###### ProGuard
32+
Add this to your ProGuard configuration:
33+
34+
`-keep class net.gotev.uploadservice.** { *; }`
3235

3336
### Automatic Native Library Linking (React Native < 0.60)
3437

0 commit comments

Comments
 (0)