mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-09 16:43:22 +01:00
11 lines
376 B
Groovy
11 lines
376 B
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
implementation project(':matrix:services:push')
|
|
implementation platform('com.google.firebase:firebase-bom:29.0.3')
|
|
implementation 'com.google.firebase:firebase-messaging'
|
|
implementation Dependencies.jitPack.unifiedPush
|
|
}
|