1
0

Bump com.android.tools.build:gradle from 7.4.2 to 8.0.1 (#2187)

This commit is contained in:
dependabot[bot]
2023-05-14 18:20:56 +00:00
committed by GitHub
parent dce491bffe
commit a06add070e
9 changed files with 23 additions and 14 deletions

View File

@ -156,7 +156,11 @@ android {
kapt {
correctErrorTypes true
}
kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}
play {
defaultToAppBundles = false
track = 'production'