enable dist zip without apk

This commit is contained in:
afischerdev 2023-03-30 10:17:46 +02:00
parent 3653cfec59
commit 49c146e0eb

View file

@ -34,7 +34,7 @@ application {
} }
distZip { distZip {
dependsOn fatJar, ':brouter-routing-app:packageRelease' dependsOn fatJar
archiveFileName = 'brouter-' + project.version + '.zip' archiveFileName = 'brouter-' + project.version + '.zip'
} }