blob: ee70149707e8dcef8183ec02668a9f61bc6ac11d [file] [log] [blame]
plugins {
id("com.android.library")
kotlin("android")
}
android {
compileSdk = 30
defaultConfig {
minSdk = 21
}
lint {
targetSdk = 27
}
testOptions {
targetSdk = 27
}
}