Bump com.android.tools.build:gradle from 7.4.2 to 8.0.1 (#2187)
This commit is contained in:
@ -156,7 +156,11 @@ android {
|
||||
kapt {
|
||||
correctErrorTypes true
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(11))
|
||||
}
|
||||
}
|
||||
play {
|
||||
defaultToAppBundles = false
|
||||
track = 'production'
|
||||
|
Reference in New Issue
Block a user