Skip to content

Commit

Permalink
Roll AGP 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Aug 22, 2023
1 parent 83a3e15 commit 9833320
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.1.0")
implementation("com.android.tools.build:gradle-api:8.1.1")
implementation("com.github.ben-manes:gradle-versions-plugin:0.47.0")
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {
plugins {
id("com.github.ben-manes.versions") version "0.47.0"
id("com.diffplug.spotless") version "6.20.0"
id("com.android.application") version "8.1.0"
id("com.android.application") version "8.1.1"
id("org.jetbrains.kotlin.android") version "1.9.0"
id("org.jetbrains.kotlin.kapt") version "1.9.0"
id("com.google.dagger.hilt.android") version "2.47"
Expand Down

0 comments on commit 9833320

Please sign in to comment.