Skip to content

Commit 9a947cb

Browse files
Fix deprecated Gradle syntax
Gradle deprecate the use of `compile` in favor of `implementation` and `api`.
1 parent ef97440 commit 9a947cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ repositories {
3131
}
3232

3333
dependencies {
34-
compile 'com.facebook.react:react-native:+'
34+
implementation 'com.facebook.react:react-native:+'
3535
}

0 commit comments

Comments
 (0)