Skip to content

Commit

Permalink
fix(deps): update dependency androidx.swiperefreshlayout:swiperefresh…
Browse files Browse the repository at this point in the history
…layout to v1.1.0
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent 8331e3b commit 2353de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
Expand Down

0 comments on commit 2353de6

Please sign in to comment.