Procházet zdrojové kódy

Bump daggerVersion from 2.25.4 to 2.26

Bumps `daggerVersion` from 2.25.4 to 2.26.

Updates `dagger` from 2.25.4 to 2.26
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.4...dagger-2.26)

Updates `dagger-android` from 2.25.4 to 2.26
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.4...dagger-2.26)

Updates `dagger-android-support` from 2.25.4 to 2.26
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.4...dagger-2.26)

Updates `dagger-compiler` from 2.25.4 to 2.26
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.4...dagger-2.26)

Updates `dagger-android-processor` from 2.25.4 to 2.26
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.4...dagger-2.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] před 5 roky
rodič
revize
1db777d41d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -60,7 +60,7 @@ configurations {
 
 ext {
     jacocoVersion = "0.8.2"
-    daggerVersion = "2.25.4"
+    daggerVersion = "2.26"
     markwonVersion =  "4.2.0"
     prismVersion = "2.0.0"
     androidLibraryVersion = "master-SNAPSHOT"