Set Java requirement to version 11

This commit is contained in:
Niko Diamadis
2022-10-23 17:16:59 +02:00
committed by Jannis Mattheis
parent 2d77496082
commit 2dc30aff6f

View File

@@ -31,8 +31,8 @@ android {
viewBinding true viewBinding true
} }
compileOptions { compileOptions {
sourceCompatibility = '1.8' sourceCompatibility JavaVersion.VERSION_11
targetCompatibility = '1.8' targetCompatibility JavaVersion.VERSION_11
} }
lintOptions { lintOptions {
disable 'GoogleAppIndexingWarning' disable 'GoogleAppIndexingWarning'