mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-12-15 23:51:04 +08:00
refactor: replace packaging jar method using "net.lingala.zip4j"
This commit is contained in:
@@ -23,6 +23,7 @@ kotlin {
|
||||
dependencies {
|
||||
implementation(com.squareup.kotlinpoet)
|
||||
implementation(com.squareup.javapoet)
|
||||
implementation(net.lingala.zip4j.zip4j)
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
|
||||
Reference in New Issue
Block a user