From c8a0e8fac61c804d024de42c700add4e701e5e2f Mon Sep 17 00:00:00 2001 From: "courier-android-automation[bot]" Date: Tue, 2 Jun 2026 18:54:31 +0000 Subject: [PATCH] Bump courier-android to 6.1.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a0dfea4..6464e00 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.1.0' + api 'com.github.trycourier:courier-android:6.1.2' // Firebase Messaging (needed to resolve RemoteMessage from Courier SDK APIs) compileOnly 'com.google.firebase:firebase-messaging:23.4.1'