Skip to content

Commit

Permalink
Update AGP version to 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Jun 14, 2024
1 parent f61aae1 commit cf789ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ internal class DdAndroidGradlePluginFunctionalTest {
""".trimIndent()

const val LATEST_GRADLE_VERSION = "8.7"
const val LATEST_AGP_VERSION = "8.4.1"
const val LATEST_AGP_VERSION = "8.5.0"

val LATEST_VERSIONS_TEST_CONFIGURATION = BuildVersionConfig(
agpVersion = LATEST_AGP_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ json = "20180813"
okHttp = "4.12.0"

# Android
androidToolsPlugin = "8.4.1"
androidToolsPlugin = "8.5.0"

# AndroidX
androidx-core ="1.3.2"
Expand Down

0 comments on commit cf789ce

Please sign in to comment.