Update to Hilt 2.41 to fix a build breaking bug

Change-Id: Id74805c445ccf4be302aed3dcf0f79ba32f40399
pull/1837/head
Ben Weiss 4 years ago
parent 2c9fcebab6
commit 16332fad86

@ -14,7 +14,7 @@ androidxLifecycle = "2.4.0"
androidxNavigation = "2.4.0-rc01" androidxNavigation = "2.4.0-rc01"
androidxTest = "1.4.0" androidxTest = "1.4.0"
androidxTestExt = "1.1.2" androidxTestExt = "1.1.2"
hilt = "2.40.5" hilt = "2.41"
jacoco = "0.8.7" jacoco = "0.8.7"
junit4 = "4.13" junit4 = "4.13"
kotlin = "1.6.10" kotlin = "1.6.10"

Loading…
Cancel
Save