Skip to content

Commit

Permalink
AGP 8.1.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Sep 28, 2023
1 parent f43fb55 commit 448bee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.0-alpha04"
android-gradle-plugin = "8.1.1"
detekt = "1.23.1"
kotlin = "1.9.10"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyResolutionManagement {

plugins {
id("com.gradle.enterprise") version("3.13")
id("com.android.settings") version("8.3.0-alpha04")
id("com.android.settings") version("8.1.1")
}

rootProject.name = "Compose MenuProvider"
Expand Down

0 comments on commit 448bee5

Please sign in to comment.