mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-18 12:39:55 +01:00
9 lines
138 B
Groovy
9 lines
138 B
Groovy
plugins {
|
|
id "st-android-library-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
firebase(it, "crashlytics")
|
|
}
|