mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
build.gradle(java): Lock-in jdk on 17
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
f6d020ec60
commit
006ec3bc1c
@ -126,6 +126,10 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig = true
|
||||
|
Loading…
Reference in New Issue
Block a user