|
|
|
|
@ -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}_" + |
|
|
|
|
|