Skip to content

Deprecated use of compile in build.gradle #277

@raywangruihua

Description

@raywangruihua

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-beacons-manager/android/build.gradle b/node_modules/react-native-beacons-manager/android/build.gradle
index 9b366a2..d59aa33 100644
--- a/node_modules/react-native-beacons-manager/android/build.gradle
+++ b/node_modules/react-native-beacons-manager/android/build.gradle
@@ -27,7 +27,7 @@ repositories {
 }
 
 dependencies {
-    compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.facebook.react:react-native:0.12.+'
-    compile 'org.altbeacon:android-beacon-library:2.9.2'
+    implementation fileTree(dir: 'libs', include: ['*.jar'])
+    implementation 'com.facebook.react:react-native:0.12.+'
+    implementation 'org.altbeacon:android-beacon-library:2.9.2'
 }

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions