Skip to content

Commit

Permalink
Roll AGP 8.5.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed May 31, 2024
1 parent 7da4bc8 commit 0dc7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("com.android.tools.build:gradle-api:8.5.0-beta02")
implementation("com.android.tools.build:gradle-api:8.5.0-rc01")
implementation("com.github.ben-manes:gradle-versions-plugin:0.51.0")
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginManagement {
val kspSubVersion = "1.0.21"
id("com.github.ben-manes.versions") version "0.51.0"
id("com.diffplug.spotless") version "6.25.0"
id("com.android.application") version "8.5.0-beta02"
id("com.android.application") version "8.5.0-rc01"
id("org.jetbrains.kotlin.android") version kotlinVersion
id("com.google.devtools.ksp") version "$kotlinVersion-$kspSubVersion"
id("com.google.dagger.hilt.android") version "2.51.1"
Expand Down

0 comments on commit 0dc7322

Please sign in to comment.