Skip to content

Commit

Permalink
Chore(deps): Bump androidCommonsVersion from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
Bumps `androidCommonsVersion` from 1.0.3 to 1.0.4.

Updates `com.github.stefan-niedermann.android-commons:util` from 1.0.3 to 1.0.4

Updates `com.github.stefan-niedermann.android-commons:shared-preferences` from 1.0.3 to 1.0.4

Updates `com.github.stefan-niedermann.android-commons:reactive-livedata` from 1.0.3 to 1.0.4

---
updated-dependencies:
- dependency-name: com.github.stefan-niedermann.android-commons:util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.stefan-niedermann.android-commons:shared-preferences
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.stefan-niedermann.android-commons:reactive-livedata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 1dab688 commit 2651a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
def roomVersion = "2.6.1"
def glideVersion = "4.16.0"
def nextcloudCommonsVersion = "2.3.2"
def androidCommonsVersion = "1.0.3"
def androidCommonsVersion = "1.0.4"

implementation project(path: ':cross-tab-drag-and-drop')
implementation project(path: ':tab-layout-helper')
Expand Down

0 comments on commit 2651a4d

Please sign in to comment.