Bump hilt_version from 2.36 to 2.37 (#1376)

This commit is contained in:
dependabot[bot] 2021-06-12 12:31:59 +00:00 committed by GitHub
parent 085158721e
commit 64feae9f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -126,6 +126,10 @@ android {
}
}
kapt {
correctErrorTypes true
}
play {
serviceAccountEmail = System.getenv("PLAY_SERVICE_ACCOUNT_EMAIL") ?: "jan@fakelog.cf"
serviceAccountCredentials = file('key.p12')

View File

@ -2,7 +2,7 @@ buildscript {
ext {
kotlin_version = '1.5.10'
about_libraries = '8.9.0'
hilt_version = "2.36"
hilt_version = "2.37"
}
repositories {
mavenCentral()