Skip to content

Commit

Permalink
Add pendingImplementation to app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rottabonus committed Sep 7, 2023
1 parent b56d91f commit 168e3ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")

// For push notifications for Android 12 >
implementation 'androidx.work:work-runtime:2.7.1'

implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
Expand Down

0 comments on commit 168e3ab

Please sign in to comment.