Skip to content

Commit b29b9e4

Browse files
Fixes compile project instructions for android
1 parent fe0f56e commit b29b9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.grad
105105
// down below, add new compile:
106106
dependencies {
107107
...
108-
compile project(':react-native-android-config')
108+
compile project(':react-native-config')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)