mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-16 11:16:43 -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 {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
jvmTarget = "17"
|
||||
freeCompilerArgs += "-Xcontext-receivers"
|
||||
}
|
||||
buildFeatures {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue