8 lines
265 B
Groovy
8 lines
265 B
Groovy
|
|
dependencies {
|
|
implementation project(path: ':common')
|
|
implementation "androidx.core:core-ktx:$coreKTX"
|
|
implementation "com.google.android.material:material:$material"
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swipeRefresh"
|
|
|
|
} |