Skip to content

Commit

Permalink
Merge pull request #12632 from nextcloud/renovate/daggerversion
Browse files Browse the repository at this point in the history
Update daggerVersion to v2.51
  • Loading branch information
AndyScherzinger authored Mar 1, 2024
2 parents cb269ad + ef5b608 commit a4f3d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import javax.inject.Inject
class LogsActivity : ToolbarActivity() {

@Inject
protected lateinit var viewModelFactory: ViewModelFactory
lateinit var viewModelFactory: ViewModelFactory

@Inject
lateinit var viewThemeUtils: ViewThemeUtils
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/com/nextcloud/client/media/PlayerService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ class PlayerService : Service() {
}

@Inject
protected lateinit var audioManager: AudioManager
lateinit var audioManager: AudioManager

@Inject
protected lateinit var clientFactory: ClientFactory
lateinit var clientFactory: ClientFactory

@Inject
lateinit var viewThemeUtils: ViewThemeUtils
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jacoco_version = '0.8.11'
kotlin_version = '1.9.22'
androidxTestVersion = "1.5.0"
daggerVersion = "2.50"
daggerVersion = "2.51"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="acc7df66e4a43ed7f450136c13753f2743fb245e"
Expand Down

0 comments on commit a4f3d5e

Please sign in to comment.