mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
fix asm class node issue thing
This commit is contained in:
parent
3deeb57b0f
commit
983d3fe069
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,9 @@ dependencies {
|
||||||
compileOnly("com.android.tools:sdk-common:30.0.0")
|
compileOnly("com.android.tools:sdk-common:30.0.0")
|
||||||
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("org.ow2.asm:asm:9.4")
|
||||||
|
implementation("org.ow2.asm:asm-tree:9.4")
|
||||||
implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT")
|
implementation("com.github.js6pak:jadb:fix-modified-time-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
|
@ -4,8 +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.reader.BaseDexFileReader
|
|
||||||
import com.googlecode.d2j.reader.MultiDexFileReader
|
|
||||||
import groovy.json.JsonSlurper
|
import groovy.json.JsonSlurper
|
||||||
import org.gradle.api.Project
|
import org.gradle.api.Project
|
||||||
import org.gradle.api.artifacts.Dependency
|
import org.gradle.api.artifacts.Dependency
|
||||||
|
|
Loading…
Reference in a new issue