Skip to content

Commit

Permalink
build(deps): bump agpVersion from 8.1.2 to 8.1.3
Browse files Browse the repository at this point in the history
Bumps `agpVersion` from 8.1.2 to 8.1.3.

Updates `com.android.application` from 8.1.2 to 8.1.3

Updates `com.android.library` from 8.1.2 to 8.1.3

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 7f3cd7a commit 2d32b8b
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.1.2"
val agpVersion = "8.1.3"
val kotlinVersion = "1.9.10"
id("com.android.application") version agpVersion apply false
id("com.android.library") version agpVersion apply false
Expand Down

0 comments on commit 2d32b8b

Please sign in to comment.