blob: 651ced0ea105d9574fc3c4b7c90e7dbad3df6ecd [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdk 33
defaultConfig {
minSdk 16
targetSdk 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
lintOptions {
abortOnError false
}
}