Эх сурвалжийг харах

Bump daggerVersion from 2.28.3 to 2.29.1

Bumps `daggerVersion` from 2.28.3 to 2.29.1.

Updates `dagger` from 2.28.3 to 2.29.1
- [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.28.3...dagger-2.29.1)

Updates `dagger-android` from 2.28.3 to 2.29.1
- [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.28.3...dagger-2.29.1)

Updates `dagger-android-support` from 2.28.3 to 2.29.1
- [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.28.3...dagger-2.29.1)

Updates `dagger-compiler` from 2.28.3 to 2.29.1
- [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.28.3...dagger-2.29.1)

Updates `dagger-android-processor` from 2.28.3 to 2.29.1
- [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.28.3...dagger-2.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
dependabot-preview[bot] 4 жил өмнө
parent
commit
95f896897a
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      build.gradle
  2. 1 1
      lint.xml

+ 1 - 1
build.gradle

@@ -59,7 +59,7 @@ configurations {
 
 ext {
     jacocoVersion = "0.8.2"
-    daggerVersion = "2.28.3"
+    daggerVersion = "2.29.1"
     markwonVersion =  "4.5.1"
     prismVersion = "2.0.0"
     butterknifeVersion = "10.2.3"

+ 1 - 1
lint.xml

@@ -60,7 +60,7 @@
         <ignore path="**/fragment-1.2.5/**/lint.jar" />
         <ignore path="**/work-runtime-2.**/**/lint.jar" />
         <ignore path="**/jetified-butterknife-runtime-10.**/**/lint.jar" />
-        <ignore path="**/jetified-dagger-lint-aar-2.28.**/**/lint.jar" />
+        <ignore path="**/jetified-dagger-lint-aar-2.29.**/**/lint.jar" />
         <ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
     </issue>
 </lint>