mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-18 00:43:58 +00:00
Compare commits
2 Commits
v2.23.0-de
...
v2.23.0-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef5fa9b4c9 | ||
|
|
fc359923e3 |
@@ -1,3 +1,5 @@
|
|||||||
|
# [2.23.0-dev.5](https://github.com/ReVanced/revanced-cli/compare/v2.23.0-dev.4...v2.23.0-dev.5) (2023-08-14)
|
||||||
|
|
||||||
# [2.23.0-dev.4](https://github.com/ReVanced/revanced-cli/compare/v2.23.0-dev.3...v2.23.0-dev.4) (2023-08-13)
|
# [2.23.0-dev.4](https://github.com/ReVanced/revanced-cli/compare/v2.23.0-dev.3...v2.23.0-dev.4) (2023-08-13)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ val githubPassword: String = project.findProperty("gpr.key") as? String ?: Syste
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
google()
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
|
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
|
||||||
credentials {
|
credentials {
|
||||||
@@ -19,15 +20,14 @@ repositories {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven { url = uri("https://jitpack.io") }
|
maven { url = uri("https://jitpack.io") }
|
||||||
google()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.22")
|
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.22")
|
||||||
|
|
||||||
implementation("app.revanced:revanced-patcher:12.1.1")
|
implementation("app.revanced:revanced-patcher:13.0.0")
|
||||||
implementation("info.picocli:picocli:4.7.3")
|
implementation("info.picocli:picocli:4.7.3")
|
||||||
implementation("com.github.revanced:jadb:2531a28109") // updated fork
|
implementation("com.github.revanced:jadb:2531a28109") // Updated fork
|
||||||
implementation("com.android.tools.build:apksig:8.1.0")
|
implementation("com.android.tools.build:apksig:8.1.0")
|
||||||
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
|
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
|
||||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.3")
|
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.3")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 2.23.0-dev.4
|
version = 2.23.0-dev.5
|
||||||
|
|||||||
Reference in New Issue
Block a user