Apply checkReleaseBuild = false to service and stub

Increase building time

Signed-off-by: GarfieldHan <2652609017@qq.com>
This commit is contained in:
GarfieldHan
2024-07-18 10:37:33 +08:00
parent ee8ef65dc9
commit 1035103e15
2 changed files with 13 additions and 0 deletions

View File

@@ -23,19 +23,27 @@ android {
) )
} }
} }
kotlinOptions { kotlinOptions {
jvmTarget = "17" jvmTarget = "17"
} }
buildTypes { buildTypes {
release { release {
signingConfig = signingConfigs["debug"] signingConfig = signingConfigs["debug"]
} }
} }
packaging { packaging {
resources { resources {
excludes += "**" excludes += "**"
} }
} }
lint {
checkReleaseBuilds = false
abortOnError = true
}
} }
dependencies { dependencies {

View File

@@ -17,6 +17,11 @@ android {
) )
} }
} }
lint {
checkReleaseBuilds = false
abortOnError = true
}
} }
dependencies { dependencies {