chore: update Hilt to 2.47

This commit is contained in:
andrekir 2023-07-27 06:17:06 -03:00
parent f1b7279b9a
commit 06798ad102

View file

@ -4,7 +4,7 @@ buildscript {
ext {
useCrashlytics = false
kotlin_version = '1.8.22'
hilt_version = '2.46.1'
hilt_version = '2.47'
protobuf_version = '3.23.4'
}