Commit 88504f9bc2ff123c7f24e14c1080cdb9de580c54
Committed by
GitHub
1 parent
56cac713
Exists in
master
Update README.md
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -54,7 +54,10 @@ project(':react-native-webview-android-file-upload').projectDir = new File(rootP |
54 | 54 | |
55 | 55 | dependencies { |
56 | 56 | ...... |
57 | + // for gradle < 3.0 | |
57 | 58 | compile project(':react-native-webview-android-file-upload') |
59 | + // for gradle 3+ | |
60 | + implementation project(':react-native-webview-android-file-upload') | |
58 | 61 | } |
59 | 62 | ``` |
60 | 63 | ... | ... |