Skip to content

Commit

Permalink
Bump AGP to 8.9.0-alpha05
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Dec 13, 2024
1 parent 6c1874c commit c67a3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
aboutLibraries = "11.2.3"
accompanist = "0.36.0"
android-desugar = "2.1.3"
android-gradle = "8.9.0-alpha04"
android-gradle = "8.9.0-alpha05"
androidx-activity = "1.10.0-beta01"

Check warning on line 6 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / Lint

A newer version of androidx.activity:activity-compose than 1.10.0-beta01 is available: 1.10.0-rc01

Check warning on line 6 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / Lint

A newer version of androidx.activity:activity-compose than 1.10.0-beta01 is available: 1.10.0-rc01

Check warning on line 6 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / Lint

A newer version of androidx.activity:activity-compose than 1.10.0-beta01 is available: 1.10.0-rc01

Check warning on line 6 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / Lint

A newer version of androidx.activity:activity-ktx than 1.10.0-beta01 is available: 1.10.0-rc01

Check warning on line 6 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / Lint

A newer version of androidx.activity:activity-ktx than 1.10.0-beta01 is available: 1.10.0-rc01

Check warning on line 6 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / Lint

A newer version of androidx.activity:activity-ktx than 1.10.0-beta01 is available: 1.10.0-rc01
androidx-compose = "1.8.0-alpha06"
androidx-compose-material3 = "1.4.0-alpha04"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
// https://docs.gradle.org/8.7/userguide/toolchains.html#sub:download_repositories
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"

id("com.android.settings") version "8.9.0-alpha04"
id("com.android.settings") version "8.9.0-alpha05"
}

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

0 comments on commit c67a3c0

Please sign in to comment.