feat: add checking update function

This commit is contained in:
2023-09-26 03:40:39 +08:00
parent e24f6d0df1
commit 7485b13e7c
5 changed files with 145 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ kotlin {
}
dependencies {
implementation(com.squareup.okhttp3.okhttp)
implementation(com.squareup.kotlinpoet)
implementation(com.squareup.javapoet)
implementation(net.lingala.zip4j.zip4j)