diff options
| author | Albin <albin@mullvad.net> | 2024-12-12 17:59:46 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-12-13 10:30:50 +0100 |
| commit | 246e8f4d815af485bab2e05bcafebab4cf320e1f (patch) | |
| tree | 18213ce879c944e407ef4683b090cd9a8d801e3d | |
| parent | e752160ba6eabf59cb65d5df691cd13bfddd84cf (diff) | |
| download | mullvadvpn-246e8f4d815af485bab2e05bcafebab4cf320e1f.tar.xz mullvadvpn-246e8f4d815af485bab2e05bcafebab4cf320e1f.zip | |
Set lint issue NewerVersionAvailable to ignore
| -rw-r--r-- | android/config/lint.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml index 981075ff91..37ce4b5c82 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -14,4 +14,5 @@ <issue id="AndroidGradlePluginVersion" severity="ignore" /> <!-- Temporarily ignored since a dependency is checked with older version of lint --> <issue id="ObsoleteLintCustomCheck" severity="ignore" /> + <issue id="NewerVersionAvailable" severity="ignore" /> </lint> |
