mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-06-06 19:22:14 +00:00
now should fix android
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 26
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
ndk {
|
||||
@@ -19,6 +19,4 @@ dependencies {
|
||||
//noinspection GradleDynamicVersion
|
||||
provided 'com.facebook.react:react-native:+'
|
||||
compile "com.tonyodev.fetch2:fetch2:2.0.0-RC12"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user