2022-12-11 13:49:48 +01:00
|
|
|
plugins {
|
|
|
|
id "st-android-library-conventions"
|
|
|
|
}
|
2022-08-31 18:44:17 +02:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':core')
|
2022-12-11 13:49:48 +01:00
|
|
|
implementation platform(libs.firebase.bom)
|
2022-08-31 18:44:17 +02:00
|
|
|
implementation 'com.google.firebase:firebase-crashlytics'
|
|
|
|
}
|