Skip to content

Commit

Permalink
Bump agpVersion from 8.6.0 to 8.6.1 (#387)
Browse files Browse the repository at this point in the history
Bumps `agpVersion` from 8.6.0 to 8.6.1.

Updates `com.android.application` from 8.6.0 to 8.6.1

Updates `com.android.library` from 8.6.0 to 8.6.1

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent cd7758f commit 87c2b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
val agpVersion = "8.6.0"
val agpVersion = "8.6.1"
val kotlinVersion = "2.0.0"
id("com.android.application") version agpVersion apply false
id("com.android.library") version agpVersion apply false
Expand Down

0 comments on commit 87c2b9a

Please sign in to comment.