Skip to content

Commit ff8c437

Browse files
authored
🐛 Avoid obsolete Gradle compile directive (#6)
Fix warning `Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.`
1 parent 90ccf3c commit ff8c437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repositories {
3535
}
3636

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

0 commit comments

Comments
 (0)