chore: update Hilt to 2.45

This commit is contained in:
andrekir
2023-03-22 17:42:05 -03:00
parent 334ee86362
commit 4c00c5b1bf

View File

@@ -4,7 +4,7 @@ buildscript {
ext {
useCrashlytics = false
kotlin_version = '1.8.10'
hilt_version = '2.44.2'
hilt_version = '2.45'
protobuf_version = '3.21.12'
}