We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6bafe commit 87b6ee2Copy full SHA for 87b6ee2
README.md
@@ -149,7 +149,7 @@ project(':react-native-sqlite-storage').projectDir = new File(rootProject.projec
149
150
dependencies {
151
...
152
- compile project(':react-native-sqlite-storage')
+ implementation project(':react-native-sqlite-storage')
153
}
154
```
155
src/android/build.gradle
@@ -35,5 +35,5 @@ repositories {
35
36
37
38
- implementation 'com.facebook.react:react-native:0.14.+'
+ implementation 'com.facebook.react:react-native:+'
39
0 commit comments