Merge pull request #5234 from IndusAryan/patch-1

chore: add abort on lint function
This commit is contained in:
Bnyro 2023-11-28 15:54:23 +01:00 committed by GitHub
commit a37e64e4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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