diff options
| author | Albin <albin@mullvad.net> | 2024-01-11 16:36:26 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-01-11 16:54:01 +0100 |
| commit | 0dd07d9ecb2cfeddfe9247b723f742cd3494c1ed (patch) | |
| tree | 325f82725bc5acecdb7c2439308ffa2f5f492fd4 /android/lib/common | |
| parent | 055e92918aa5d0ec51e6a4c89f761162f0ab9419 (diff) | |
| download | mullvadvpn-0dd07d9ecb2cfeddfe9247b723f742cd3494c1ed.tar.xz mullvadvpn-0dd07d9ecb2cfeddfe9247b723f742cd3494c1ed.zip | |
Update lint baselines
Diffstat (limited to 'android/lib/common')
| -rw-r--r-- | android/lib/common/build.gradle.kts | 1 | ||||
| -rw-r--r-- | android/lib/common/lint-baseline.xml | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/android/lib/common/build.gradle.kts b/android/lib/common/build.gradle.kts index f2fd6f104b..e327a8922c 100644 --- a/android/lib/common/build.gradle.kts +++ b/android/lib/common/build.gradle.kts @@ -19,7 +19,6 @@ android { lint { lintConfig = file("${rootProject.projectDir}/config/lint.xml") - baseline = file("lint-baseline.xml") abortOnError = true warningsAsErrors = true } diff --git a/android/lib/common/lint-baseline.xml b/android/lib/common/lint-baseline.xml deleted file mode 100644 index 141342d165..0000000000 --- a/android/lib/common/lint-baseline.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<issues format="6" by="lint 8.0.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.2)" variant="all" version="8.0.2"> - - <issue - id="QueryAllPackagesPermission" - message="A `<queries>` declaration should generally be used instead of QUERY_ALL_PACKAGES; \
see https://g.co/dev/packagevisibility for details" - errorLine1=" <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/AndroidManifest.xml" - line="3" - column="22"/> - </issue> - -</issues> |
