1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-11 17:40:17 +01:00
2022-12-11 12:50:46 +00:00

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'
}