fixup! Upgrade to AGP 8.0 and Gradle 8.4

This commit is contained in:
Manuel Fuhr 2024-04-06 00:28:57 +02:00
parent 8e3c9a9512
commit 13781fb1fc

View file

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