Skip to content

Commit b0c8120

Browse files
committed
android build: Add androidx.swiperefreshlayout dependency.
Part of the RN v0.61 -> v0.62 changes to the template app [1], corresponding to facebook/react-native@99ef72cad. This must happen at or before the main upgrade commit because the API is apparently needed in the new version. (It can happen before because it should be harmless to declare a dependency even if we don't use it.) [1] https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2
1 parent cdd7ee6 commit b0c8120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ dependencies {
224224
implementation fileTree(dir: "libs", include: ["*.jar"])
225225
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
226226
implementation 'androidx.appcompat:appcompat:1.0.0'
227+
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
227228
implementation "com.google.firebase:firebase-messaging:17.3.4"
228229
implementation "me.leolin:ShortcutBadger:1.1.16@aar"
229230
//noinspection GradleDynamicVersion

0 commit comments

Comments
 (0)