mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-11 07:32:55 +02:00
Add UnifiedPush dependency.
This commit is contained in:
@@ -174,6 +174,9 @@ dependencies {
|
|||||||
playImplementation platform('com.google.firebase:firebase-bom:32.3.1')
|
playImplementation platform('com.google.firebase:firebase-bom:32.3.1')
|
||||||
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
||||||
|
|
||||||
|
//PushNotifications(FDroid)
|
||||||
|
fdroidImplementation 'com.github.UnifiedPush:android-connector:2.2.0'
|
||||||
|
|
||||||
// Charts
|
// Charts
|
||||||
implementation "com.patrykandpatrick.vico:core:${vico_version}"
|
implementation "com.patrykandpatrick.vico:core:${vico_version}"
|
||||||
implementation "com.patrykandpatrick.vico:compose:${vico_version}"
|
implementation "com.patrykandpatrick.vico:compose:${vico_version}"
|
||||||
|
@@ -3,7 +3,12 @@ pluginManagement {
|
|||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://jitpack.io" }
|
maven {
|
||||||
|
url "https://jitpack.io"
|
||||||
|
content {
|
||||||
|
includeModule 'com.github.UnifiedPush', 'android-connector'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
|
Reference in New Issue
Block a user