mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
Android Fetch 2 has been updated again.
This commit is contained in:
@@ -22,8 +22,8 @@ dependencies {
|
||||
//noinspection GradleDynamicVersion
|
||||
implementation 'com.facebook.react:react-native:+'
|
||||
if (project.properties['android.useAndroidX'] == 'true' || project.properties['android.useAndroidX'] == true) {
|
||||
api "androidx.tonyodev.fetch2:xfetch2:3.1.6"
|
||||
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6"
|
||||
api "com.github.tonyofrancis.Fetch:xfetch2:3.1.6"
|
||||
implementation "com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6"
|
||||
} else {
|
||||
api "com.tonyodev.fetch2:fetch2:3.0.12"
|
||||
implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.12"
|
||||
|
||||
Reference in New Issue
Block a user