12 lines
122 B
Kotlin
12 lines
122 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
}
|
|
|
|
android {
|
|
compileSdk = 31
|
|
|
|
defaultConfig {
|
|
minSdk = 23
|
|
}
|
|
}
|