Skip to content

Commit

Permalink
Add androidx.swiperefreshlayout to template build.gradle
Browse files Browse the repository at this point in the history
Same as 2c89e51, but for template.

Changelog: [Android] [Fixed] Template instacrash from missing androidx dependency
  • Loading branch information
alloy committed Feb 13, 2020
1 parent b4d1fcf commit 99ef72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"

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

0 comments on commit 99ef72c

Please sign in to comment.