mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-08 16:12:56 +01:00
12 lines
310 B
Groovy
12 lines
310 B
Groovy
plugins {
|
|
id "st-android-library-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
implementation "chat-engine:chat-engine"
|
|
implementation platform(libs.firebase.bom)
|
|
implementation 'com.google.firebase:firebase-messaging'
|
|
}
|