mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
remove jadx dependency
This commit is contained in:
parent
b13e35a442
commit
3deeb57b0f
3 changed files with 0 additions and 9 deletions
|
@ -26,9 +26,6 @@ dependencies {
|
||||||
compileOnly("com.android.tools.build:gradle:7.2.2")
|
compileOnly("com.android.tools.build:gradle:7.2.2")
|
||||||
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
|
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")
|
implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ import com.lagradost.cloudstream3.gradle.ApkInfo
|
||||||
import com.lagradost.cloudstream3.gradle.createProgressLogger
|
import com.lagradost.cloudstream3.gradle.createProgressLogger
|
||||||
import com.lagradost.cloudstream3.gradle.download
|
import com.lagradost.cloudstream3.gradle.download
|
||||||
import com.lagradost.cloudstream3.gradle.getCloudstream
|
import com.lagradost.cloudstream3.gradle.getCloudstream
|
||||||
import com.googlecode.d2j.dex.Dex2jar
|
|
||||||
import com.googlecode.d2j.reader.BaseDexFileReader
|
import com.googlecode.d2j.reader.BaseDexFileReader
|
||||||
import com.googlecode.d2j.reader.MultiDexFileReader
|
import com.googlecode.d2j.reader.MultiDexFileReader
|
||||||
import groovy.json.JsonSlurper
|
import groovy.json.JsonSlurper
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
package com.lagradost.cloudstream3.gradle.tasks
|
package com.lagradost.cloudstream3.gradle.tasks
|
||||||
|
|
||||||
import com.lagradost.cloudstream3.gradle.getCloudstream
|
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.DefaultTask
|
||||||
import org.gradle.api.tasks.TaskAction
|
import org.gradle.api.tasks.TaskAction
|
||||||
import java.util.function.Function
|
import java.util.function.Function
|
||||||
|
|
Loading…
Reference in a new issue