Skip to content

Commit 2a29c2a

Browse files
committed
build: Bump dependency
1 parent 73808d8 commit 2a29c2a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ repositories {
2626
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
2727
}
2828
}
29-
// FIXME: This is required for forked APKTool. Replace this with Morphe release.
30-
maven {
31-
// A repository must be specified for some reason. "registry" is a dummy.
32-
url = uri("https://maven.pkg.github.com/revanced/registry")
33-
credentials {
34-
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
35-
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
36-
}
37-
}
3829
maven { url = uri("https://jitpack.io") }
3930
}
4031

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ apksig = { module = "com.android.tools.build:apksig", version.ref = "android" }
1717
bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bcpkix-jdk18on" }
1818
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
1919
guava = { module = "com.google.guava:guava", version.ref = "guava" }
20-
# FIXME: Change to Morphe repo.
21-
jadb = { module = "app.revanced:jadb", version.ref = "jadb" } # Fork with Shell v2 support.
20+
jadb = { module = "app.morphe:jadb", version.ref = "jadb" } # Fork with Shell v2 support.
2221
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
2322
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
2423
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines-core" }

0 commit comments

Comments
 (0)