build.gradle(java): Lock-in jdk on 17

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-10-07 18:29:15 +02:00
parent f6d020ec60
commit 006ec3bc1c
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -126,6 +126,10 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}
buildFeatures {
viewBinding true
buildConfig = true