Skip to content

Commit

Permalink
chore(deps): bump com.android.application from 8.4.0 to 8.4.1 in /and…
Browse files Browse the repository at this point in the history
…roid (#843)

* chore(deps): bump com.android.application in /android

Bumps com.android.application from 8.4.0 to 8.4.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

* bump lib version same

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <funkatronicsmail@gmail.com>
  • Loading branch information
dependabot[bot] and Funkatronics authored May 28, 2024
1 parent 6a531ed commit 747e503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}
Expand Down

0 comments on commit 747e503

Please sign in to comment.