Add UnifiedPush dependency.

pull/652/head
KotlinGeekDev 2023-10-12 18:36:59 +01:00
rodzic 2892fa6fca
commit f68f32f942
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -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}"

Wyświetl plik

@ -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 {