Use apache commons for creating proper unix style ZIP64 archives

Change-Id: I50a09824440b394ccfc9cd949d8c4e64ef4c0a19
diff --git a/app/build.gradle b/app/build.gradle
index 8be8109..361ba8d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,6 +46,7 @@
     implementation 'org.apache.opennlp:opennlp-tools:2.5.3'
     implementation 'org.slf4j:slf4j-simple:2.1.0-alpha1'
     implementation 'org.apache.ant:ant:1.10.15'
+    implementation 'org.apache.commons:commons-compress:1.27.1'
 
 }