Skip to content

Commit b7756cc

Browse files
committed
Bump AGP to 8.9.0-alpha08
Accompanying release for 2024.3.1 Canary 8 https://androidstudio.googleblog.com/2025/01/android-studio-meerkat-202431-canary-8.html
1 parent 910cff3 commit b7756cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aboutLibraries = "11.2.3"
33
accompanist = "0.36.0"
44
android-desugar = "2.1.3"
5-
android-gradle = "8.9.0-alpha07"
5+
android-gradle = "8.9.0-alpha08"
66
androidx-activity = "1.10.0-beta01"
77
androidx-compose = "1.8.0-alpha06"
88
androidx-compose-material3 = "1.4.0-alpha04"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plugins {
3737
// https://docs.gradle.org/8.7/userguide/toolchains.html#sub:download_repositories
3838
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
3939

40-
id("com.android.settings") version "8.9.0-alpha07"
40+
id("com.android.settings") version "8.9.0-alpha08"
4141
}
4242

4343
val isCi = !System.getenv("CI").isNullOrEmpty()

0 commit comments

Comments
 (0)