Split push module into several modules: Firebase, UnifiedPush, store
This commit is contained in:
parent
1134f50090
commit
219b97eea7
53 changed files with 768 additions and 276 deletions
|
|
@ -43,6 +43,8 @@ dependencies {
|
|||
implementation(projects.libraries.androidutils)
|
||||
implementation(projects.libraries.network)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
api(projects.libraries.pushproviders.api)
|
||||
api(projects.libraries.pushstore.api)
|
||||
api(projects.libraries.push.api)
|
||||
|
||||
implementation(projects.services.analytics.api)
|
||||
|
|
@ -53,12 +55,10 @@ dependencies {
|
|||
exclude(group = "com.android.support", module = "support-annotations")
|
||||
}
|
||||
|
||||
// TODO Remove
|
||||
implementation(platform(libs.google.firebase.bom))
|
||||
implementation("com.google.firebase:firebase-messaging-ktx")
|
||||
|
||||
// UnifiedPush
|
||||
api(libs.unifiedpush)
|
||||
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.test.mockk)
|
||||
testImplementation(libs.test.truth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue