chore: abort on bad lint during compilation

This commit is contained in:
IndusAryan 2023-11-28 17:52:20 +05:30 committed by Bnyro
parent b2873140ac
commit 8acb403f76

View File

@ -71,6 +71,11 @@ android {
namespace = "com.github.libretube" namespace = "com.github.libretube"
tasks.register("testClasses") tasks.register("testClasses")
lint {
abortOnError = false
checkReleaseBuilds = false
}
} }
dependencies { dependencies {