From f68f32f942add5a86ee93ed14dbe70fc7821c02b Mon Sep 17 00:00:00 2001 From: KotlinGeekDev Date: Thu, 12 Oct 2023 18:36:59 +0100 Subject: [PATCH] Add UnifiedPush dependency. --- app/build.gradle | 3 +++ settings.gradle | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a8168b9d7..f299f7b3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,6 +174,9 @@ dependencies { playImplementation platform('com.google.firebase:firebase-bom:32.3.1') playImplementation 'com.google.firebase:firebase-messaging-ktx' + //PushNotifications(FDroid) + fdroidImplementation 'com.github.UnifiedPush:android-connector:2.2.0' + // Charts implementation "com.patrykandpatrick.vico:core:${vico_version}" implementation "com.patrykandpatrick.vico:compose:${vico_version}" diff --git a/settings.gradle b/settings.gradle index 017aa10c6..d535b492f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,12 @@ pluginManagement { gradlePluginPortal() google() mavenCentral() - maven { url "https://jitpack.io" } + maven { + url "https://jitpack.io" + content { + includeModule 'com.github.UnifiedPush', 'android-connector' + } + } } } dependencyResolutionManagement {