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:
parent
14ea61355d
commit
4b6c3e3123
19 changed files with 319 additions and 173 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue