mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +03:00
Merge pull request #5661 from nextcloud/dependabot/gradle/daggerVersion-2.27
Bump daggerVersion from 2.26 to 2.27
This commit is contained in:
commit
179559e223
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ configurations {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
jacocoVersion = "0.8.2"
|
jacocoVersion = "0.8.2"
|
||||||
daggerVersion = "2.26"
|
daggerVersion = "2.27"
|
||||||
markwonVersion = "4.2.2"
|
markwonVersion = "4.2.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion = "master-SNAPSHOT"
|
androidLibraryVersion = "master-SNAPSHOT"
|
||||||
|
|
Loading…
Reference in a new issue