diff --git a/Storybook/android/app/build.gradle b/Storybook/android/app/build.gradle index e3928bc3..38d9bee4 100644 --- a/Storybook/android/app/build.gradle +++ b/Storybook/android/app/build.gradle @@ -172,7 +172,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") - implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") + implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {