From d48ac09249787fdc02c783706ac880f2b6d5740b Mon Sep 17 00:00:00 2001 From: tiplefbxx Date: Fri, 4 Oct 2024 16:24:05 +0300 Subject: [PATCH] update fecth2 to 3.3.0 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8d0d820f..1c8ded59 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ android { compileSdkVersion safeExtGet("compileSdkVersion", 28) defaultConfig { - minSdkVersion safeExtGet('minSdkVersion', 16) + minSdkVersion safeExtGet('minSdkVersion', 21) targetSdkVersion safeExtGet('targetSdkVersion', 28) versionCode 1 versionName "1.0" @@ -20,5 +20,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api "com.github.tonyofrancis.Fetch:xfetch2:3.1.6" + implementation "com.github.tonyofrancis.Fetch:fetch2:3.3.0" }