mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-10 17:13:50 +01:00
10 lines
317 B
Groovy
10 lines
317 B
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
implementation "chat-engine:chat-engine"
|
|
implementation platform('com.google.firebase:firebase-bom:29.0.3')
|
|
implementation 'com.google.firebase:firebase-messaging'
|
|
}
|