mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 00:09:59 +01:00
10 lines
215 B
Groovy
10 lines
215 B
Groovy
plugins {
|
|
id "st-android-library-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation platform(libs.firebase.bom)
|
|
implementation 'com.google.firebase:firebase-crashlytics'
|
|
}
|