Skip to content

Commit ef51b37

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

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-alpha08"
5+
android-gradle = "8.9.0-alpha09"
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-alpha08"
40+
id("com.android.settings") version "8.9.0-alpha09"
4141
}
4242

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

0 commit comments

Comments
 (0)