|
| 1 | +diff --git a/node_modules/react-native-background-upload/android/build.gradle b/node_modules/react-native-background-upload/android/build.gradle |
| 2 | +index fa6963f..7a3c908 100755 |
| 3 | +--- a/node_modules/react-native-background-upload/android/build.gradle |
| 4 | ++++ b/node_modules/react-native-background-upload/android/build.gradle |
| 5 | +@@ -1,9 +1,9 @@ |
| 6 | + buildscript { |
| 7 | + ext { |
| 8 | +- kotlinVersion = '1.6.0' |
| 9 | +- buildToolsVersion = '29.0.2' |
| 10 | +- compileSdkVersion = 29 |
| 11 | +- targetSdkVersion = 29 |
| 12 | ++ kotlinVersion = '1.8.21' |
| 13 | ++ buildToolsVersion = '34.0.8' |
| 14 | ++ compileSdkVersion = 34 |
| 15 | ++ targetSdkVersion = 34 |
| 16 | + minSdkVersion = 18 |
| 17 | + } |
| 18 | + ext.detoxKotlinVersion = ext.kotlinVersion |
| 19 | +@@ -20,7 +20,7 @@ buildscript { |
| 20 | + |
| 21 | + apply plugin: 'com.android.library' |
| 22 | + apply plugin: 'kotlin-android' |
| 23 | +-apply plugin: 'kotlin-android-extensions' |
| 24 | ++apply plugin: 'kotlin-parcelize' |
| 25 | + |
| 26 | + def DEFAULT_COMPILE_SDK_VERSION = 28 |
| 27 | + def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3" |
| 28 | +@@ -64,7 +64,7 @@ dependencies { |
| 29 | + |
| 30 | + implementation "org.jetbrains.kotlin:$_kotlinStdlib:$_kotlinVersion" |
| 31 | + |
| 32 | +- implementation 'net.gotev:uploadservice-okhttp:4.7.0' |
| 33 | ++ implementation 'net.gotev:uploadservice-okhttp:4.9.2' |
| 34 | + |
| 35 | + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' |
| 36 | + } |
0 commit comments