11 lines
153 B
Kotlin
11 lines
153 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
id("kotlin-android")
|
|
}
|
|
|
|
android {
|
|
compileSdk = Apps.compileSdk
|
|
defaultConfig {
|
|
minSdk = Apps.minSdk
|
|
}
|
|
} |