Skip to content

Commit 3f1d1e3

Browse files
杨俊宁csath
authored andcommitted
Fix WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. (#18)
* Update build.gradle * Update build.gradle
1 parent 9f9e487 commit 3f1d1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ repositories {
3535
}
3636

3737
dependencies {
38-
compile 'com.facebook.react:react-native:+'
38+
implementation 'com.facebook.react:react-native:+'
3939
}
4040

0 commit comments

Comments
 (0)