mirror of
https://github.com/accelforce/Yuito
synced 2025-01-03 11:30:29 +01:00
Remove compileOptions
This commit is contained in:
parent
6a829da010
commit
268a689f3d
@ -99,12 +99,6 @@ android {
|
|||||||
includeInApk false
|
includeInApk false
|
||||||
includeInBundle 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 ->
|
applicationVariants.configureEach { variant ->
|
||||||
variant.outputs.configureEach {
|
variant.outputs.configureEach {
|
||||||
outputFileName = "Tusky_${variant.versionName}_${variant.versionCode}_${gitSha}_" +
|
outputFileName = "Tusky_${variant.versionName}_${variant.versionCode}_${gitSha}_" +
|
||||||
|
Loading…
Reference in New Issue
Block a user