smalltalk-matrix/domains/firebase/messaging/build.gradle

12 lines
310 B
Groovy
Raw Permalink Normal View History

2022-12-11 13:49:48 +01:00
plugins {
id "st-android-library-conventions"
}
dependencies {
implementation project(':core')
implementation project(':domains:android:core')
implementation "chat-engine:chat-engine"
2022-12-11 13:49:48 +01:00
implementation platform(libs.firebase.bom)
implementation 'com.google.firebase:firebase-messaging'
}