mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-21 06:28:07 +01:00
Bump jvmTarget to 17
This commit is contained in:
parent
9b1cf708aa
commit
e4d1543bda
@ -95,11 +95,11 @@ android {
|
|||||||
includeInBundle false
|
includeInBundle false
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_11
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
targetCompatibility JavaVersion.VERSION_11
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = JavaVersion.VERSION_11
|
jvmTarget = JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user