Skip to content

Commit c369c1c

Browse files
committed
Downgrade androidx-core to 1.18.0 and lifecycle to 2.10.0
Both 1.19.0 and 2.11.0 declare a minimum AGP of 9.1.0 while this build is on AGP 8.13.2, which fails checkReleaseAarMetadata on the release publish.
1 parent 36770f8 commit c369c1c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ kotlinxBrowserWasmJs = "0.5.0"
99
kotlinxDatetime = "0.8.0"
1010
compose = "1.11.1"
1111
androidx-activityCompose = "1.13.0"
12-
androidx-core = "1.19.0"
12+
# 1.19.0 requires AGP 9.1.0+; stay on 1.18.0 until the AGP upgrade
13+
androidx-core = "1.18.0"
1314
media3Exoplayer = "1.10.1"
1415
detekt = "1.23.8"
1516
ktlint = "14.2.0"
16-
androidx-lifecycle-runtime-ktx = "2.11.0"
17+
# 2.11.0 requires AGP 9.1.0+; stay on 2.10.0 until the AGP upgrade
18+
androidx-lifecycle-runtime-ktx = "2.10.0"
1719
jna = "5.18.1"
1820
platformtoolsDarkmodedetector = "0.7.4"
1921
rodio = "1.0.0"

0 commit comments

Comments
 (0)