dex extractor

This commit is contained in:
Aria Moradi
2020-12-24 00:27:19 +03:30
parent e67a7ab481
commit 40305d81c7
3 changed files with 298 additions and 58 deletions

View File

@@ -14,10 +14,10 @@ compileKotlin.kotlinOptions {
}
repositories {
// gradlePluginPortal()
// google()
mavenCentral()
jcenter()
maven {
url = uri("http://repository-dex2jar.forge.cloudbees.com/release/")
}
}
dependencies {
@@ -63,6 +63,9 @@ dependencies {
val coroutinesVersion = "1.3.9"
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
// dex2jar
implementation("com.googlecode.d2j:dex-reader:2.0")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")