mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-17 19:56:41 -04:00
Java bump v11->v17
This commit is contained in:
parent
5d1223b016
commit
f983234cc3
1 changed files with 3 additions and 3 deletions
|
@ -50,11 +50,11 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "11"
|
jvmTarget = "17"
|
||||||
freeCompilerArgs += "-Xcontext-receivers"
|
freeCompilerArgs += "-Xcontext-receivers"
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue