apply plugin: 'com.android.library' android { compileSdkVersion 30 defaultConfig { versionCode 9 versionName '13.0' // API-Version . minor minSdkVersion 9 targetSdkVersion 28 } lintOptions { abortOnError false } buildToolsVersion '30.0.3' }