Merge pull request #10752 from nextcloud/dependabot/gradle/daggerVersion-2.44

Bump daggerVersion from 2.43.2 to 2.44
This commit is contained in:
Álvaro Brey 2022-09-23 11:34:50 +02:00 committed by GitHub
commit 222f9758d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ buildscript {
jacoco_version = '0.8.8'
kotlin_version = '1.7.10'
androidxTestVersion = "1.4.0"
daggerVersion = "2.43.2"
daggerVersion = "2.44"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "master-SNAPSHOT"