Skip to content

Commit

Permalink
chore(deps): bump com.android.tools.build:gradle from 7.2.2 to 8.3.2
Browse files Browse the repository at this point in the history
Bumps com.android.tools.build:gradle from 7.2.2 to 8.3.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 36342cd commit 35ea280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
useModule("com.android.tools.build:gradle:7.2.2")
useModule("com.android.tools.build:gradle:8.3.2")
}
}
}
Expand Down

0 comments on commit 35ea280

Please sign in to comment.