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

9 lines
151 B
Groovy
Raw Normal View History

2022-12-11 13:49:48 +01:00
plugins {
id "st-android-library-conventions"
}
dependencies {
implementation project(':core')
implementation "chat-engine:chat-engine"
}