Skip to content

Commit

Permalink
Bump AGP to 8.6.0-alpha06
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Oct 17, 2024
1 parent 47f86af commit 233aefa
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.2"
android-gradle = "8.8.0-alpha05"
android-gradle = "8.8.0-alpha06"
androidx-activity = "1.9.2"

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.9.2 is available: 1.9.3

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.9.2 is available: 1.9.3

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.9.2 is available: 1.9.3

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.9.2 is available: 1.9.3

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.9.2 is available: 1.9.3

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.9.2 is available: 1.9.3
androidx-compose = "1.8.0-alpha02"
androidx-compose-material3 = "1.3.0"
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.8.0-alpha05"
id("com.android.settings") version "8.8.0-alpha06"
}

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

0 comments on commit 233aefa

Please sign in to comment.