mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 13:16:00 -06:00
Bump hilt_version from 2.36 to 2.37 (#1376)
This commit is contained in:
parent
085158721e
commit
64feae9f1c
@ -126,6 +126,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
kapt {
|
||||
correctErrorTypes true
|
||||
}
|
||||
|
||||
play {
|
||||
serviceAccountEmail = System.getenv("PLAY_SERVICE_ACCOUNT_EMAIL") ?: "jan@fakelog.cf"
|
||||
serviceAccountCredentials = file('key.p12')
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user