Skip to content

Commit

Permalink
Bump agpVersion from 8.1.0 to 8.1.1 (#231)
Browse files Browse the repository at this point in the history
Bumps `agpVersion` from 8.1.0 to 8.1.1.

Updates `com.android.application` from 8.1.0 to 8.1.1

Updates `com.android.library` from 8.1.0 to 8.1.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 Sep 2, 2023
1 parent 27b8a3c commit 22ef72f
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.0"
val agpVersion = "8.1.1"
id("com.android.application") version agpVersion apply false
id("com.android.library") version agpVersion apply false
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
Expand Down

0 comments on commit 22ef72f

Please sign in to comment.