打包配置修改

This commit is contained in:
18401019693 2023-10-24 17:04:16 +08:00
parent ea44969bd7
commit 07f7a28d0a

View File

@ -6,6 +6,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion