blob: 756b69e9224c08fe6bb8ae8efe4c7377ea4af5b1 [file] [log] [blame]
plugins {
id("com.android.library")
}
android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 21
}
lint {
targetSdk 27
}
testOptions {
targetSdk 27
}
}