Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ac51cf6

Browse files
hyochanYuri Kulikov
authored andcommitted
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

Lines changed: 3 additions & 3 deletions
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)