Skip to content

Commit a1b14de

Browse files
alloyfacebook-github-bot
authored andcommitted
Add androidx.swiperefreshlayout to template build.gradle (#28071)
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
1 parent 011cf3f commit a1b14de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/android/app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ dependencies {
185185
//noinspection GradleDynamicVersion
186186
implementation "com.facebook.react:react-native:+" // From node_modules
187187

188+
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
189+
188190
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
189191
exclude group:'com.facebook.fbjni'
190192
}

0 commit comments

Comments
 (0)