From 168e3ab2cfa91d45303d92c7db26da38d1527f33 Mon Sep 17 00:00:00 2001 From: Felix Hallenberg Date: Thu, 7 Sep 2023 13:55:09 +0300 Subject: [PATCH] Add pendingImplementation to app/build.gradle --- android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 495a9503..94b2584b 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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}")