Commit 18465b6
committed
Reduce dagger version bump
Dagger versions above 2.51 cause a very weird error in which a
constant in the FeedbackSender code in appdistribution will end up
mangled and cause the tests to fail "ONLY IN RELEASE TESTS".
The
FILE_EXTENSION_JPG = .jpg
gets tur into change
FILE_EXTENSION_JPG = com.google.firebase.appdistribution.impl.jpg
causing the extension check to fail1 parent 5a09fc8 commit 18465b6
File tree
2 files changed
+4
-4
lines changed- firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl
- gradle
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments