remove jadx dependency

This commit is contained in:
Cloudburst 2022-11-29 21:08:57 +01:00 committed by GitHub
parent b13e35a442
commit 3deeb57b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -26,9 +26,6 @@ dependencies {
compileOnly("com.android.tools.build:gradle:7.2.2")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
implementation("com.github.Aliucord.dex2jar:dex-translator:d5a5efb06c")
implementation("com.github.Aliucord.jadx:jadx-core:1a213e978d")
implementation("com.github.Aliucord.jadx:jadx-dex-input:1a213e978d")
implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT")
}

View File

@ -4,7 +4,6 @@ import com.lagradost.cloudstream3.gradle.ApkInfo
import com.lagradost.cloudstream3.gradle.createProgressLogger
import com.lagradost.cloudstream3.gradle.download
import com.lagradost.cloudstream3.gradle.getCloudstream
import com.googlecode.d2j.dex.Dex2jar
import com.googlecode.d2j.reader.BaseDexFileReader
import com.googlecode.d2j.reader.MultiDexFileReader
import groovy.json.JsonSlurper

View File

@ -1,11 +1,6 @@
package com.lagradost.cloudstream3.gradle.tasks
import com.lagradost.cloudstream3.gradle.getCloudstream
import jadx.api.JadxArgs
import jadx.api.JadxDecompiler
import jadx.api.impl.NoOpCodeCache
import jadx.api.impl.SimpleCodeWriter
import jadx.plugins.input.dex.DexInputPlugin
import org.gradle.api.DefaultTask
import org.gradle.api.tasks.TaskAction
import java.util.function.Function