Skip to content

Commit

Permalink
Bump the agp group with 2 updates (#106)
Browse files Browse the repository at this point in the history
Bumps the agp group with 2 updates: com.android.application and com.android.library.


Updates `com.android.application` from 8.2.2 to 8.3.0

Updates `com.android.library` from 8.2.2 to 8.3.0

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 4d5395c commit 10681e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.application") version "8.3.0" apply false
id("com.android.library") version "8.3.0" apply false
id("org.mozilla.rust-android-gradle.rust-android") version "0.9.3" apply false
}

Expand Down

0 comments on commit 10681e7

Please sign in to comment.