diff --git a/build.gradle.kts b/build.gradle.kts index 6b73a43..0b9875f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } diff --git a/src/main/kotlin/com/lagradost/cloudstream3/gradle/configuration/ApkConfigurationProvider.kt b/src/main/kotlin/com/lagradost/cloudstream3/gradle/configuration/ApkConfigurationProvider.kt index e8c28ba..ee899a9 100644 --- a/src/main/kotlin/com/lagradost/cloudstream3/gradle/configuration/ApkConfigurationProvider.kt +++ b/src/main/kotlin/com/lagradost/cloudstream3/gradle/configuration/ApkConfigurationProvider.kt @@ -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 diff --git a/src/main/kotlin/com/lagradost/cloudstream3/gradle/tasks/GenSourcesTask.kt b/src/main/kotlin/com/lagradost/cloudstream3/gradle/tasks/GenSourcesTask.kt index 7e4a233..d10d390 100644 --- a/src/main/kotlin/com/lagradost/cloudstream3/gradle/tasks/GenSourcesTask.kt +++ b/src/main/kotlin/com/lagradost/cloudstream3/gradle/tasks/GenSourcesTask.kt @@ -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