mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-09 16:43:22 +01:00
14 lines
548 B
Groovy
14 lines
548 B
Groovy
applyAndroidLibraryModule(project)
|
|
apply plugin: "org.jetbrains.kotlin.plugin.serialization"
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
implementation project(':domains:store')
|
|
implementation project(':matrix:services:push')
|
|
implementation platform('com.google.firebase:firebase-bom:29.0.3')
|
|
implementation 'com.google.firebase:firebase-messaging'
|
|
implementation Dependencies.mavenCentral.kotlinSerializationJson
|
|
implementation Dependencies.jitPack.unifiedPush
|
|
}
|