Skip to content

Commit

Permalink
Merge pull request #260 from DataDog/nogorodnikov/update-agp-to-8.4.1
Browse files Browse the repository at this point in the history
Update AGP version to 8.4.1
  • Loading branch information
0xnm committed May 21, 2024
2 parents e5b955f + 9834378 commit 0c966d0
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 @@ -1423,7 +1423,7 @@ internal class DdAndroidGradlePluginFunctionalTest {
""".trimIndent()

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

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.0"
androidToolsPlugin = "8.4.1"

# AndroidX
androidx-core ="1.3.2"
Expand Down

0 comments on commit 0c966d0

Please sign in to comment.