9 lines
131 B
Kotlin
9 lines
131 B
Kotlin
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|