Skip to content

Commit ac51cf6

Browse files
hyochanYuri Kulikov
authored and
Yuri Kulikov
committed
Replace deprecated 'compile' gradle configuration with 'implementation' (#1477)
1 parent 7767d2e commit ac51cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ android {
2626
}
2727

2828
dependencies {
29-
compile "com.facebook.react:react-native:+"
30-
compile 'com.nimbusds:nimbus-jose-jwt:5.1'
31-
}
29+
implementation "com.facebook.react:react-native:+"
30+
implementation 'com.nimbusds:nimbus-jose-jwt:5.1'
31+
}

0 commit comments

Comments
 (0)