-
Notifications
You must be signed in to change notification settings - Fork 112
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-background-task/android/build.gradle b/node_modules/react-native-background-task/android/build.gradle
index 35c3988..cc5194c 100644
--- a/node_modules/react-native-background-task/android/build.gradle
+++ b/node_modules/react-native-background-task/android/build.gradle
@@ -30,6 +30,6 @@ repositories {
}
dependencies {
- compile 'com.facebook.react:react-native:+'
- compile 'com.evernote:android-job:1.1.11'
+ implementation 'com.facebook.react:react-native:+'
+ implementation 'com.evernote:android-job:1.1.11'
}
\ No newline at end of fileThis issue body was partially generated by patch-package.
bfaf and aodavit-d
Metadata
Metadata
Assignees
Labels
No labels