Skip to content

Commit

Permalink
build(deps): bump com.github.stefan-niedermann:android-commons
Browse files Browse the repository at this point in the history
Bumps com.github.stefan-niedermann:android-commons from 0.2.9 to 0.4.0.

---
updated-dependencies:
- dependency-name: com.github.stefan-niedermann:android-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 45f444e commit 15443dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation 'com.github.stefan-niedermann:android-commons:0.4.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

Expand Down
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation 'com.github.stefan-niedermann:android-commons:0.4.0'

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.lifecycle:lifecycle-livedata:2.6.2'
Expand Down

0 comments on commit 15443dc

Please sign in to comment.