mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-30 06:34:37 +02:00
build: bump patcher to 17.0.0
This commit is contained in:
parent
53f0bee473
commit
ab4ff6173e
@ -9,13 +9,7 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
google()
|
google()
|
||||||
maven {
|
maven { url = uri("https://jitpack.io") }
|
||||||
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
|
|
||||||
credentials {
|
|
||||||
username = project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR")
|
|
||||||
password = project.findProperty("gpr.key") as? String ?: System.getenv("GITHUB_TOKEN")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Required for FlexVer-Java
|
// Required for FlexVer-Java
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://repo.sleeping.town")
|
url = uri("https://repo.sleeping.town")
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
[versions]
|
[versions]
|
||||||
revanced-patcher = "16.0.2"
|
revanced-patcher = "17.0.0"
|
||||||
revanced-patch-annotation-processor = "16.0.2"
|
revanced-patch-annotation-processor = "17.0.0"
|
||||||
ksp = "1.9.10-1.0.13"
|
ksp = "1.9.10-1.0.13"
|
||||||
smali = "3.0.3"
|
smali = "3.0.3"
|
||||||
gson = "2.10.1"
|
gson = "2.10.1"
|
||||||
flexver = "1.1.1"
|
flexver = "1.1.1"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
revanced-patcher = { module = "app.revanced.revanced-patcher:revanced-patcher", version.ref = "revanced-patcher" }
|
||||||
revanced-patch-annotation-processor = { module = "app.revanced:revanced-patch-annotation-processor", version.ref = "revanced-patch-annotation-processor" }
|
revanced-patch-annotation-processor = { module = "app.revanced.revanced-patcher:revanced-patch-annotation-processor", version.ref = "revanced-patch-annotation-processor" }
|
||||||
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
|
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
|
||||||
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
||||||
flexver = { module = "com.unascribed:flexver-java", version.ref = "flexver" }
|
flexver = { module = "com.unascribed:flexver-java", version.ref = "flexver" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user