better use of dex2jar, get dex2jar from jitpack

This commit is contained in:
Aria Moradi
2021-03-25 18:03:32 +04:30
parent 183972475b
commit 34d9a7a233
21 changed files with 42 additions and 72 deletions

View File

@@ -64,7 +64,9 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
// dex2jar: https://github.com/DexPatcher/dex2jar/releases/tag/v2.1-20190905-lanchon
implementation(fileTree("lib/dex2jar/"))
// implementation(fileTree("lib/dex2jar/"))
implementation("com.github.DexPatcher:dex2jar:v2.1-20190905-lanchon")
// api
implementation("io.javalin:javalin:3.12.0")