Skip to content

Commit 1bdf4a3

Browse files
MickeyMozjonalmeida
authored andcommitted
Update Android Components version to 154.0.20260701192917.
1 parent e61fa80 commit 1bdf4a3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
66
buildscript {
77
dependencies {
88
classpath(libs.kotlin.gradle.plugin)
9+
// Temporary workaround for DAGP Kotlin 2.4 incompatibility
10+
// https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1661
11+
classpath("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21")
912
}
1013

1114
repositories {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# Android Components
3-
android-components = "154.0.20260701092714"
3+
android-components = "154.0.20260701192917"
44

55
# AGP
66
android-gradle-plugin = "9.2.1"
@@ -42,7 +42,7 @@ androidx-test-uiautomator = "2.4.0-beta02"
4242

4343
# Third Party Linting & Static Code Analysis
4444
androidx-lint = "1.0.0-rc01"
45-
dependency-analysis = "3.15.0"
45+
dependency-analysis = "3.16.0"
4646
detekt = "1.23.8"
4747
jspecify = "1.0.0"
4848
ktlint = "1.8.0"

0 commit comments

Comments
 (0)