mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-26 09:32:41 +01:00
9 lines
272 B
Groovy
9 lines
272 B
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':matrix:services:push')
|
|
implementation platform('com.google.firebase:firebase-bom:29.0.3')
|
|
implementation 'com.google.firebase:firebase-messaging'
|
|
}
|