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" }