diff --git a/gradle.properties b/gradle.properties index a491cc624..bc2dd8082 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarni android.experimental.lint.version # Force use of the latest android lint version -android.experimental.lint.version=8.8.0-alpha01 +android.experimental.lint.version=8.9.0-alpha02 android.experimental.lint.missingBaselineIsEmptyBaseline=true # Disable noisy DAGP logs diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bb426848a..8ecf1eb9e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.7.3" +agp = "8.8.0" agpAlpha = "8.9.0-beta01" anvil = "0.4.1" # Release notes: https://asm.ow2.io/versions.html @@ -94,7 +94,7 @@ coroutines-core-ij = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" } detekt = { module = "io.gitlab.arturbosch.detekt:detekt-core", version.ref = "detekt" } develocity-agent-adapters = "com.gradle:develocity-gradle-plugin-adapters:1.1" -gradleLints = "androidx.lint:lint-gradle:1.0.0-alpha02" +gradleLints = "androidx.lint:lint-gradle:1.0.0-alpha03" gradlePlugins-anvil = { module = "dev.zacsweers.anvil:gradle-plugin", version.ref = "anvil" } gradlePlugins-bugsnag = { module = "com.bugsnag:bugsnag-android-gradle-plugin", version.ref = "bugsnagGradle" } gradlePlugins-compose = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "compose-jb-stable" } diff --git a/platforms/gradle/foundry-gradle-plugin/lint-baseline.xml b/platforms/gradle/foundry-gradle-plugin/lint-baseline.xml index 1069fa3c5..4a8a72c14 100644 --- a/platforms/gradle/foundry-gradle-plugin/lint-baseline.xml +++ b/platforms/gradle/foundry-gradle-plugin/lint-baseline.xml @@ -1,5 +1,5 @@ - + @@ -74,7 +74,7 @@ errorLine2=" ~~"> @@ -85,19 +85,19 @@ errorLine2=" ~~"> + id="MoshiUsageNonMoshiClassMap" + message="Concrete Map type 'RegexMap' is not natively supported by Moshi." + errorLine1=" val replacementPatterns: RegexMap = RegexMap()," + errorLine2=" ~~~~~~~~"> + file="src/main/kotlin/foundry/gradle/topography/ModuleFeature.kt" + line="26" + column="28"/> @@ -195,7 +195,7 @@ errorLine2=" ~~~~~~~~~~~"> @@ -206,7 +206,7 @@ errorLine2=" ~~~~~~~~~~~"> @@ -272,7 +272,7 @@ errorLine2=" ~~~~~~~~~~~"> @@ -393,7 +393,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -404,7 +404,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -470,7 +470,7 @@ errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -525,7 +525,7 @@ errorLine2=" ~~~~~~~~"> diff --git a/tools/foundry-common/lint-baseline.xml b/tools/foundry-common/lint-baseline.xml index 764ebbf3b..1031f7b08 100644 --- a/tools/foundry-common/lint-baseline.xml +++ b/tools/foundry-common/lint-baseline.xml @@ -1,5 +1,5 @@ - + + + + + + + + +