Remove compileOptions
This commit is contained in:
parent
6a829da010
commit
268a689f3d
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue