fix asm class node issue thing

This commit is contained in:
Cloudburst 2022-11-30 09:52:46 +00:00
parent 3deeb57b0f
commit 983d3fe069
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,9 @@ dependencies {
compileOnly("com.android.tools:sdk-common:30.0.0")
compileOnly("com.android.tools.build:gradle:7.2.2")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
implementation("org.ow2.asm:asm:9.4")
implementation("org.ow2.asm:asm-tree:9.4")
implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT")
}

0
gradlew vendored Normal file → Executable file
View File

View File

@ -4,8 +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.reader.BaseDexFileReader
import com.googlecode.d2j.reader.MultiDexFileReader
import groovy.json.JsonSlurper
import org.gradle.api.Project
import org.gradle.api.artifacts.Dependency