From 42a060e8a6e4f90cfa4089b0f5053b7e7c87fb6f Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Tue, 11 Mar 2025 19:22:08 -0300 Subject: [PATCH] build(unified-push): update unifiedPush connector dependency --- mastodon/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/build.gradle b/mastodon/build.gradle index ac1d53c62..98be848e5 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -164,7 +164,7 @@ dependencies { implementation 'com.github.bottom-software-foundation:bottom-java:2.1.0' annotationProcessor 'org.parceler:parceler:1.1.12' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' - implementation 'org.unifiedpush.android:connector:3.0.2' + implementation 'org.unifiedpush.android:connector:3.0.6' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'