diff --git a/build.gradle.kts b/build.gradle.kts index 661afdd3a3..4d14fcaf7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ plugins { // Adding plugins used in multiple places to the classpath for centralized version control id("com.gradleup.shadow") version "8.3.9" apply false id("org.jetbrains.dokka") version "1.9.20" apply false - id("com.android.lint") version "8.10.0" apply false + id("com.android.lint") version "8.13.0" apply false } nexusPublishing { diff --git a/gradle-plugin/lint-baseline.xml b/gradle-plugin/lint-baseline.xml index 5417d71047..0faf99db69 100644 --- a/gradle-plugin/lint-baseline.xml +++ b/gradle-plugin/lint-baseline.xml @@ -1,5 +1,5 @@ - + - - - - @@ -30,7 +19,7 @@ errorLine2=" ~~~"> @@ -41,7 +30,7 @@ errorLine2=" ~~~"> @@ -52,7 +41,7 @@ errorLine2=" ~~~~~~"> @@ -63,7 +52,7 @@ errorLine2=" ~~~~~~~~~~~"> @@ -74,7 +63,7 @@ errorLine2=" ~~~~~~~~~~~~~~~"> @@ -85,7 +74,7 @@ errorLine2=" ~~~~~~~~~~~"> @@ -96,7 +85,7 @@ errorLine2=" ~~~~~~~~~~~"> @@ -107,43 +96,10 @@ errorLine2=" ~~~~~~~~~~~"> - - - - - - - - - - - - @@ -162,7 +118,7 @@ errorLine2=" ~~~~~~~~~~~~~~"> @@ -173,7 +129,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -184,7 +140,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -195,7 +151,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -206,7 +162,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -217,7 +173,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -228,7 +184,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -239,7 +195,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -250,7 +206,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -261,7 +217,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -272,7 +228,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -283,32 +239,10 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - - - - - - - - @@ -327,7 +261,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> diff --git a/gradle.properties b/gradle.properties index 8353208940..dbf5729f70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,5 +27,3 @@ kotlin.jvm.target.validation.mode=warning # Build or runtime dependencies of this project buildKotlinVersion=2.2.10 buildKspVersion=2.2.10-2.0.2 - -android.lint.useK2Uast=true