feat(Spoof video streams): Add Android Reel client to fix playback issues (#6830)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
oSumAtrIX 2026-03-18 15:00:26 +01:00 committed by GitHub
parent 14ea61355d
commit 4b6c3e3123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 319 additions and 173 deletions

View file

@ -2,7 +2,6 @@ rootProject.name = "revanced-patches"
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
google()
maven {
@ -10,12 +9,16 @@ pluginManagement {
url = uri("https://maven.pkg.github.com/revanced/revanced-patches-gradle-plugin")
credentials(PasswordCredentials::class)
}
// TODO: Remove once https://github.com/google/protobuf-gradle-plugin/pull/797 is merged.
maven { url = uri("https://jitpack.io") }
}
}
dependencyResolutionManagement {
repositories {
mavenLocal()
// TODO: Remove once https://github.com/google/protobuf-gradle-plugin/pull/797 is merged.
resolutionStrategy {
eachPlugin {
if (requested.id.id == "com.google.protobuf") {
useModule("com.github.ReVanced:protobuf-gradle-plugin:${requested.version}")
}
}
}
}
@ -33,4 +36,4 @@ settings {
}
}
include(":patches:stub")
include(":patches:stub")