1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

upgrade Hilt to 2.40

This commit is contained in:
Christophe Beyls 2021-11-06 19:10:35 +01:00
parent 58550b8f92
commit b611e0ad7b

View file

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.5.31'
hilt_version = '2.38.1'
hilt_version = '2.40'
}
repositories {
google()