From bc43e2180fbfcfaa115119d094ab205698f801be Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Thu, 13 Mar 2025 08:25:56 -0300 Subject: [PATCH] build(unified-push-connector): update the dependency --- mastodon/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 98be848e5..154b3073f 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.6' + implementation 'org.unifiedpush.android:connector:3.0.7' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'