summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-01-20 15:44:37 +0100
committerDavid Göransson <david.goransson@mullvad.net>2025-01-21 09:07:51 +0100
commit370c9748236663ebad94d4f1e87efff32821ff25 (patch)
tree147c5c9aabbc01c8c89e8010ed86383ddc5c85f1 /android
parentef8bf2e254fc527641517127b205396f03c3a99b (diff)
downloadmullvadvpn-370c9748236663ebad94d4f1e87efff32821ff25.tar.xz
mullvadvpn-370c9748236663ebad94d4f1e87efff32821ff25.zip
Update lint ignore
Diffstat (limited to 'android')
-rw-r--r--android/config/lint.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml
index e1c27a2099..c5d526fa31 100644
--- a/android/config/lint.xml
+++ b/android/config/lint.xml
@@ -16,6 +16,6 @@
<issue id="NewerVersionAvailable" severity="ignore" />
<!-- Ignored, see more: https://github.com/grpc/grpc-java/blob/e8ff6da2cf57a39a62497e9f317e6976b5bfb98c/core/src/main/java/io/grpc/internal/JndiResourceResolverFactory.java#L199 -->
<issue id="InvalidPackage">
- <ignore path="**/io.grpc/grpc-core/1.69.0/7dad3419dfb91a77788afcdf79e0477172784910/grpc-core-1.69.0.jar" />
+ <ignore path="**/io.grpc/grpc-core/1.69.1/d9f6383e1903af6e9502e7c1c8e4fbe28a236321/grpc-core-1.69.1.jar" />
</issue>
</lint>