Skip to content

Commit

Permalink
Add androidx.swiperefreshlayout to template build.gradle (#28071)
Browse files Browse the repository at this point in the history
Summary:
Same as rickhanlonii’s 2c89e51, but for the application template.

## Changelog

Changelog: [Android] [Fixed] Template instacrash from missing androidx dependency
Pull Request resolved: #28071

Test Plan: Apps build with the template from v0.62.0-rc.2 don’t instacrash.

Differential Revision: D19908895

Pulled By: mdvacca

fbshipit-source-id: 63337f4c0c0ffeb3b024682744610c7915e2b742
  • Loading branch information
alloy authored and facebook-github-bot committed Feb 14, 2020
1 parent 011cf3f commit a1b14de
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 @@ -185,6 +185,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 a1b14de

Please sign in to comment.