ci: refactor release workflow

This commit is contained in:
oSumAtrIX
2022-12-05 23:03:48 +01:00
parent 6a49b617fd
commit a421da53f3
5 changed files with 6133 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ tasks {
doLast {
val androidHome = System.getenv("ANDROID_HOME") ?: throw GradleException("ANDROID_HOME not found")
val d8 = "${androidHome}/build-tools/32.0.0/d8"
val d8 = "${androidHome}/build-tools/33.0.1/d8"
val input = configurations.archives.get().allArtifacts.files.files.first().absolutePath
val work = File("${buildDir}/libs")