Skip to content

Commit

Permalink
Roll AGP 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Nov 30, 2023
1 parent c49f1fd commit 346671d
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.2.0-rc03")
implementation("com.android.tools.build:gradle-api:8.2.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.50.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.15"
id("com.github.ben-manes.versions") version "0.50.0"
id("com.diffplug.spotless") version "6.23.2"
id("com.android.application") version "8.2.0-rc03"
id("com.android.application") version "8.2.0"
id("org.jetbrains.kotlin.android") version kotlinVersion
id("com.google.devtools.ksp") version "$kotlinVersion-$kspSubVersion"
id("com.google.dagger.hilt.android") version "2.48.1"
Expand Down

0 comments on commit 346671d

Please sign in to comment.