build: bump dependencies

This commit is contained in:
oSumAtrIX
2022-11-23 00:34:18 +01:00
parent 7af08e0ba7
commit 2fffcde357

View File

@@ -20,10 +20,10 @@ repositories {
}
dependencies {
implementation("app.revanced:revanced-patcher:6.0.2")
implementation("app.revanced:revanced-patcher:6.1.0")
implementation("app.revanced:multidexlib2:2.5.2.r2")
// Required for meta
implementation("com.google.code.gson:gson:2.9.1")
implementation("com.google.code.gson:gson:2.10")
}
tasks {