-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Description
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
Labels
No labels