Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 09b9027

Browse files
authored
fix: update patcher version
Fixes ReVanced#45
1 parent 3cc98ef commit 09b9027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
dependencies {
3232
implementation(kotlin("stdlib"))
3333
implementation(kotlin("reflect"))
34-
implementation("app.revanced:revanced-patcher:1.3.0")
34+
implementation("app.revanced:revanced-patcher:1.3.1")
3535
implementation("info.picocli:picocli:4.6.3")
3636
implementation("com.android.tools.build:apksig:7.2.1")
3737
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork

0 commit comments

Comments
 (0)