Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Bump com.google.dagger:dagger from 2.41 to 2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 9df5551 commit d5c6dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
*.iml
.idea
.gradle
/local.properties
.DS_Store
/build
/buildSrc/build/
*.class
/local.properties
/captures
*.class
.externalNativeBuild
.cxx
*.tab
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation 'org.apache.tika:tika-core:2.4.0'
implementation "com.google.dagger:dagger:2.41"
implementation "com.google.dagger:dagger:2.50"
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14'

Expand Down

0 comments on commit d5c6dc8

Please sign in to comment.