Set Java requirement to version 11
This commit is contained in:
committed by
Jannis Mattheis
parent
2d77496082
commit
2dc30aff6f
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user