This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #693 from cds-snc/hotfix/transistor-background-fetch
Use latest react-native-background-fetch
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...react-native-background-fetch+3.0.4.patch → ...react-native-background-fetch+3.1.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
diff --git a/node_modules/react-native-background-fetch/android/build.gradle b/node_modules/react-native-background-fetch/android/build.gradle | ||
index 9b3d82e..6f9fa7a 100644 | ||
index e4470f3..0c0df0c 100644 | ||
--- a/node_modules/react-native-background-fetch/android/build.gradle | ||
+++ b/node_modules/react-native-background-fetch/android/build.gradle | ||
@@ -29,5 +29,5 @@ dependencies { | ||
@@ -27,5 +27,5 @@ repositories{ | ||
|
||
dependencies { | ||
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" | ||
//implementation(group: 'com.transistorsoft', name:'tsbackgroundfetch', version: '+') | ||
// tsbackgroundfetch.aar | ||
- implementation fileTree(include: ['*.aar'], dir: 'libs') | ||
+ api fileTree(include: ['*.aar'], dir: 'libs') | ||
- implementation(group: 'com.transistorsoft', name:'tsbackgroundfetch', version: '+') | ||
+ api fileTree(include: ['*.aar'], dir: 'libs/com/transistorsoft/tsbackgroundfetch/0.4.5') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters