This commit is contained in:
Niels Andriesse
2019-08-07 15:24:05 +10:00
parent a900c389bc
commit 781a8500df
2 changed files with 26 additions and 46 deletions

View File

@@ -356,7 +356,7 @@ def assembleWebsiteDescriptor = { variant, file ->
descriptorFile.write(descriptor)
}
}
/*
def signProductionRelease = { variant ->
variant.outputs.collect { output ->
String apkName = output.outputFile.name
@@ -397,6 +397,7 @@ tasks.whenTaskAdded { task ->
task.finalizedBy signProductionWebsiteRelease
}
}
*/
def getLastCommitTimestamp() {
new ByteArrayOutputStream().withStream { os ->