Skip to content

Commit

Permalink
Merge pull request #276 from DataDog/nogorodnikov/update-agp-to-8.5.0
Browse files Browse the repository at this point in the history
Update AGP version to 8.5.0
  • Loading branch information
0xnm authored Jun 14, 2024
2 parents f61aae1 + cf789ce commit 8ffa84b
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 8ffa84b

Please sign in to comment.