From 9ead20338beef87c002418a3956a9a97ed00f71b Mon Sep 17 00:00:00 2001 From: "courier-android-automation[bot]" Date: Wed, 27 May 2026 17:39:15 +0000 Subject: [PATCH] Bump courier-android to 6.0.1 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9f8d571..797a5fd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.11.0' // Courier Core SDK - api 'com.github.trycourier:courier-android:6.0.0' + api 'com.github.trycourier:courier-android:6.0.1' // Firebase Messaging (needed to resolve RemoteMessage from Courier SDK APIs) compileOnly 'com.google.firebase:firebase-messaging:23.4.1'