mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
dex extractor
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user