the new and improved apk installer

This commit is contained in:
Aria Moradi
2021-04-03 19:47:31 +04:30
parent abc3a16ee3
commit 15bd5b4b7a
12 changed files with 302 additions and 390 deletions

View File

@@ -77,5 +77,11 @@ configure(projects) {
// to get application content root
implementation("net.harawata:appdirs:1.2.0")
// dex2jar: https://github.com/DexPatcher/dex2jar/releases/tag/v2.1-20190905-lanchon
implementation("com.github.DexPatcher.dex2jar:dex-tools:v2.1-20190905-lanchon")
// APK parser
implementation("net.dongliu:apk-parser:2.6.10")
}
}