Skip to content

Commit 00f84ba

Browse files
authored
Merge pull request #372 from michalak111/master
Doc - change dependency compile to implementation
2 parents d00f8dd + e760067 commit 00f84ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ project(':react-native-splash-screen').projectDir = new File(rootProject.project
6060
...
6161
dependencies {
6262
...
63-
compile project(':react-native-splash-screen')
63+
implementation project(':react-native-splash-screen')
6464
}
6565
```
6666

README.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ project(':react-native-splash-screen').projectDir = new File(rootProject.project
6767
...
6868
dependencies {
6969
...
70-
compile project(':react-native-splash-screen')
70+
implementation project(':react-native-splash-screen')
7171
}
7272
```
7373

0 commit comments

Comments
 (0)