move dex2jar to server, lint

This commit is contained in:
Aria Moradi
2021-08-19 01:47:26 +04:30
parent 409260af6f
commit e9b07849fe
11 changed files with 22 additions and 26 deletions
-4
View File
@@ -79,10 +79,6 @@ configure(projects) {
// to get application content root
implementation("net.harawata:appdirs:1.2.1")
// dex2jar: https://github.com/DexPatcher/dex2jar/releases/tag/v2.1-20190905-lanchon
// note: watch https://github.com/ThexXTURBOXx/dex2jar for future development
implementation("com.github.DexPatcher.dex2jar:dex-tools:v2.1-20190905-lanchon")
// APK parser
implementation("net.dongliu:apk-parser:2.6.10")