diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-11-06 13:48:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 13:48:31 +0100 |
commit | 0101f1244ebe088edbe000b1966a92ca4994023a (patch) | |
tree | cfb9a97aaa96784c732e69526dfb93fe0138a3b3 /net/discovery | |
parent | 65d58fdd9b0b845f38b966bb95d89d137ec67972 (diff) | |
parent | d61745be86427c2eabad64c81bf9597cb9aa6dd1 (diff) | |
download | AntennaPod-0101f1244ebe088edbe000b1966a92ca4994023a.zip |
Merge pull request #6179 from ByteHamster/lint-recursively
Check Lint recursively from the :app module
Diffstat (limited to 'net/discovery')
-rw-r--r-- | net/discovery/build.gradle | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/discovery/build.gradle b/net/discovery/build.gradle index 4bebbd04d..43ec26857 100644 --- a/net/discovery/build.gradle +++ b/net/discovery/build.gradle @@ -14,11 +14,6 @@ android { buildConfigField "String", "PODCASTINDEX_API_SECRET", '"XAaAhk4^2YBsTE33vdbwbZNj82ZRLABDDqFdKe7x"' } } - - lintOptions { - disable 'InvalidPeriodicWorkRequestInterval', 'MissingPermission', - 'GradleCompatible', 'AppCompatResource', 'QueryPermissionsNeeded' - } } dependencies { |