chore: update Hilt to 2.46.1

This commit is contained in:
andrekir
2023-05-24 06:25:09 -03:00
parent 5214add39c
commit e244aa4b9b

View File

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