From 54cef09e77c431ca07bd5a6330d8013f5d047d07 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 28 Jul 2026 10:55:01 -0400 Subject: [PATCH] Update DAGP to version 3.18.0 --- build.gradle | 3 --- gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4c4d53ab4..9e5fa4ec3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile buildscript { dependencies { classpath(libs.kotlin.gradle.plugin) - // Temporary workaround for DAGP Kotlin 2.4 incompatibility - // https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1661 - classpath("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21") } repositories { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 353aba1fe..9941459db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ androidx-test-runner = "1.7.0" androidx-test-uiautomator = "2.4.0" # Third Party Linting & Static Code Analysis -dependency-analysis = "3.16.1" +dependency-analysis = "3.18.0" detekt = "1.23.8" jspecify = "1.0.0" ktlint = "1.8.0"