瀏覽代碼

Bump daggerVersion from 2.35.1 to 2.36

Bumps `daggerVersion` from 2.35.1 to 2.36.

Updates `dagger` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-compiler` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 年之前
父節點
當前提交
15abff064a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -159,7 +159,7 @@ android {
 ext {
     butterknifeVersion = "10.2.3"
     coilKtVersion = "1.2.1"
-    daggerVersion = "2.35.1"
+    daggerVersion = "2.36"
     okhttpVersion = "4.9.1"
     materialDialogsVersion = "3.3.0"
     parcelerVersion = "1.1.13"