From 5051b142c8ec29d45147a5e816600c5182679f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Hrivn=C3=A1k?= Date: Tue, 20 Feb 2024 22:49:10 +0100 Subject: [PATCH] Bump version; Add zt-zip --- build.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a491ae1b..f1c2eb64 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "teksturepako.pakku" -version = "0.0.9.1" +version = "0.0.10" repositories { mavenCentral() @@ -105,6 +105,9 @@ kotlin { dependencies { // Ktor implementation("io.ktor:ktor-client-okhttp:$ktorVersion") + + // ZIP + implementation("org.zeroturnaround:zt-zip:1.17") } }