From 229e3f6c06f21aa80a811e432bacaf7688907bbe Mon Sep 17 00:00:00 2001 From: Jamil Saadeh <85061274+jamilsaadeh97@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:18:17 +0300 Subject: [PATCH] update amplify android to latest in notifications --- .../push/amplify_push_notifications/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notifications/push/amplify_push_notifications/android/build.gradle b/packages/notifications/push/amplify_push_notifications/android/build.gradle index 5ddf57a8e6..d24b7dc9bb 100644 --- a/packages/notifications/push/amplify_push_notifications/android/build.gradle +++ b/packages/notifications/push/amplify_push_notifications/android/build.gradle @@ -65,7 +65,7 @@ android { dependencies { api "com.google.firebase:firebase-messaging:23.2.0" // Import support library for Amplify push utils - implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.19.1' + implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.21.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" implementation project(path: ':flutter_plugin_android_lifecycle') implementation 'androidx.test:core-ktx:1.5.0'