Skip to content

Commit 99ef72c

Browse files
committed
Add androidx.swiperefreshlayout to template build.gradle
Same as 2c89e51, but for template. Changelog: [Android] [Fixed] Template instacrash from missing androidx dependency
1 parent b4d1fcf commit 99ef72c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ dependencies {
192192
//noinspection GradleDynamicVersion
193193
implementation "com.facebook.react:react-native:+" // From node_modules
194194

195+
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
196+
195197
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
196198
exclude group:'com.facebook.fbjni'
197199
}

0 commit comments

Comments
 (0)