Skip to content

Commit

Permalink
chore: Add proguard instructions (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifhh authored Aug 26, 2021
1 parent bfb6142 commit 6c0d12b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Note: if you are installing on React Native < 0.47, use `react-native-background

##### Android

No further actions required.
###### ProGuard
Add this to your ProGuard configuration:

`-keep class net.gotev.uploadservice.** { *; }`

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

Expand Down

0 comments on commit 6c0d12b

Please # to comment.