gradle: bump Dagger to 2.38 (#1465)

This commit is contained in:
Harsh Shandilya 2021-07-20 10:14:06 +05:30 committed by GitHub
parent 392ad847bf
commit 3f81677a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ androidx_test = "1.4.0"
compose = "1.0.0-rc02" compose = "1.0.0-rc02"
composeSnapshot = "-" composeSnapshot = "-"
coroutines = "1.5.1" coroutines = "1.5.1"
hilt = "2.37" hilt = "2.38"
kotlin = "1.5.21" kotlin = "1.5.21"
lifecycle = "2.4.0-alpha02" lifecycle = "2.4.0-alpha02"