fix: migrate to new patcher api

This commit is contained in:
oSumAtrIX
2022-08-03 03:53:35 +02:00
parent bec8785c23
commit f43446ed18
34 changed files with 72 additions and 66 deletions

View File

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