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 {
jvmTarget = "17"
}
buildTypes {
release {
signingConfig = signingConfigs["debug"]
}
}
packaging {
resources {
excludes += "**"
}
}
lint {
checkReleaseBuilds = false
abortOnError = true
}
}
dependencies {

View File

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