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
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')