mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Merge pull request #5234 from IndusAryan/patch-1
chore: add abort on lint function
This commit is contained in:
commit
a37e64e4a0
@ -71,6 +71,11 @@ android {
|
||||
namespace = "com.github.libretube"
|
||||
|
||||
tasks.register("testClasses")
|
||||
|
||||
lint {
|
||||
abortOnError = false
|
||||
checkReleaseBuilds = false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user