Skip to content

Commit

Permalink
Update AGP (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Dec 26, 2023
1 parent 4131468 commit 03d9b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.1.4"
android-gradle-plugin = "8.2.0"
detekt = "1.23.4"
kotlin = "1.9.21"
dokka = "1.9.10"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencyResolutionManagement {
}

plugins {
id("com.gradle.enterprise") version("3.16")
id("com.android.settings") version("8.1.4")
id("com.gradle.enterprise") version("3.16.1")
id("com.android.settings") version("8.2.0")
}

rootProject.name = "Compose MenuProvider"
Expand Down

0 comments on commit 03d9b37

Please sign in to comment.