mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
Android: expose Fetch to app as api
This commit is contained in:
@@ -19,8 +19,8 @@ dependencies {
|
||||
//noinspection GradleDynamicVersion
|
||||
implementation 'com.facebook.react:react-native:+'
|
||||
if (project.properties['android.useAndroidX'] == true) {
|
||||
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.4"
|
||||
api "androidx.tonyodev.fetch2:xfetch2:3.1.4"
|
||||
} else {
|
||||
implementation "com.tonyodev.fetch2:fetch2:3.0.10"
|
||||
api "com.tonyodev.fetch2:fetch2:3.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user