mirror of
https://github.com/accelforce/Yuito
synced 2024-12-22 13:24:46 +01:00
Remove compileOptions
This commit is contained in:
parent
6a829da010
commit
268a689f3d
@ -99,12 +99,6 @@ android {
|
||||
includeInApk false
|
||||
includeInBundle false
|
||||
}
|
||||
// Can remove this once https://issuetracker.google.com/issues/260059413 is fixed.
|
||||
// https://kotlinlang.org/docs/gradle-configure-project.html#gradle-java-toolchains-support
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
applicationVariants.configureEach { variant ->
|
||||
variant.outputs.configureEach {
|
||||
outputFileName = "Tusky_${variant.versionName}_${variant.versionCode}_${gitSha}_" +
|
||||
|
Loading…
Reference in New Issue
Block a user