build: update patcher lib to 3.3.0

This commit is contained in:
Sculas
2022-08-02 23:40:13 +02:00
parent 19cc4a3e91
commit bfe995f635

View File

@@ -22,7 +22,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
implementation("app.revanced:revanced-patcher:3.0.0")
implementation("app.revanced:revanced-patcher:3.3.0")
implementation("app.revanced:multidexlib2:2.5.2.r2")
}