smalltalk-matrix/features/notifications/build.gradle

23 lines
919 B
Groovy
Raw Normal View History

2022-02-24 22:55:56 +01:00
applyAndroidLibraryModule(project)
dependencies {
implementation project(":matrix:services:push")
implementation project(":matrix:services:sync")
implementation project(':domains:store')
implementation project(":domains:android:work")
2022-02-24 22:55:56 +01:00
implementation project(':domains:android:push')
implementation project(":domains:android:core")
implementation project(":core")
implementation project(":domains:android:imageloader")
implementation project(":features:messenger")
implementation project(":features:navigator")
2022-02-24 22:55:56 +01:00
implementation platform('com.google.firebase:firebase-bom:29.0.3')
implementation 'com.google.firebase:firebase-messaging'
kotlinTest(it)
androidImportFixturesWorkaround(project, project(":core"))
androidImportFixturesWorkaround(project, project(":matrix:common"))
androidImportFixturesWorkaround(project, project(":matrix:services:sync"))
2022-02-24 22:55:56 +01:00
}