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

@@ -36,12 +36,6 @@ dependencies {
// Config API
implementation(project(":AndroidCompat:Config"))
// dex2jar: https://github.com/DexPatcher/dex2jar/releases/tag/v2.1-20190905-lanchon
compileOnly("com.github.DexPatcher.dex2jar:dex-tools:v2.1-20190905-lanchon")
// APK parser
compileOnly("net.dongliu:apk-parser:2.6.10")
// APK sig verifier
compileOnly("com.android.tools.build:apksig:4.2.0-alpha13")