From 39784673a53054dd52a8c16a11cfa4fe35cc1d80 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Tue, 25 Jun 2024 12:01:55 +0200 Subject: [PATCH] Update lint to 8.4 --- android/gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/android/gradle.properties b/android/gradle.properties index 74c277e3a155..324e171187d3 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -3,3 +3,4 @@ android.nonTransitiveRClass=false android.useAndroidX=true kotlin.code.style=official org.gradle.jvmargs=-Xmx8192M -Dkotlin.daemon.jvm.options\="-Xmx8192M" +android.experimental.lint.version = 8.4.0