Skip to content

Commit

Permalink
Merge pull request #555 from kennethshackleton/agp-8.6.0
Browse files Browse the repository at this point in the history
Android Gradle Plugin 8.6.0.
  • Loading branch information
kennethshackleton authored Sep 10, 2024
2 parents c0d6c51 + 24b5439 commit 9862467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.vscode
build
.gradle
.kotlin
*.iml
local.properties
.externalNativeBuild
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lint = "31.5.2"
room = "2.6.1"

[libraries]
android-tools-gradle = { group = "com.android.tools.build", name = "gradle", version = "8.5.2" }
android-tools-gradle = { group = "com.android.tools.build", name = "gradle", version = "8.6.0" }
android-tools-lint = { group = "com.android.tools.lint", name = "lint", version.ref = "lint" }
android-tools-lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "lint" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" }
Expand Down

0 comments on commit 9862467

Please sign in to comment.