Skip to content

Commit

Permalink
feat: Merge v4.13.1-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco146 authored Sep 1, 2024
2 parents 49458d1 + e467655 commit 59f0424
Show file tree
Hide file tree
Showing 217 changed files with 5,639 additions and 6,501 deletions.
28 changes: 8 additions & 20 deletions api/revanced-patches.api
Original file line number Diff line number Diff line change
Expand Up @@ -1369,16 +1369,6 @@ public final class app/revanced/patches/youtube/utils/fix/cairo/CairoSettingsPat
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
}

public final class app/revanced/patches/youtube/utils/fix/client/SpoofClientPatch : app/revanced/util/patch/BaseBytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/client/SpoofClientPatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
}

public final class app/revanced/patches/youtube/utils/fix/client/SpoofUserAgentPatch : app/revanced/patches/shared/spoofuseragent/BaseSpoofUserAgentPatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/client/SpoofUserAgentPatch;
}

public final class app/revanced/patches/youtube/utils/fix/doublebacktoclose/DoubleBackToClosePatch : app/revanced/patcher/patch/BytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/doublebacktoclose/DoubleBackToClosePatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
Expand All @@ -1391,18 +1381,22 @@ public final class app/revanced/patches/youtube/utils/fix/litho/ConversionContex
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
}

public final class app/revanced/patches/youtube/utils/fix/parameter/SpoofPlayerParameterPatch : app/revanced/util/patch/BaseBytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/parameter/SpoofPlayerParameterPatch;
public final class app/revanced/patches/youtube/utils/fix/shortsplayback/ShortsPlaybackPatch : app/revanced/patcher/patch/BytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/shortsplayback/ShortsPlaybackPatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
}

public final class app/revanced/patches/youtube/utils/fix/shortsplayback/ShortsPlaybackPatch : app/revanced/patcher/patch/BytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/shortsplayback/ShortsPlaybackPatch;
public final class app/revanced/patches/youtube/utils/fix/streamingdata/SpoofStreamingDataPatch : app/revanced/util/patch/BaseBytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/streamingdata/SpoofStreamingDataPatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
}

public final class app/revanced/patches/youtube/utils/fix/streamingdata/SpoofUserAgentPatch : app/revanced/patches/shared/spoofuseragent/BaseSpoofUserAgentPatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/streamingdata/SpoofUserAgentPatch;
}

public final class app/revanced/patches/youtube/utils/fix/suggestedvideoendscreen/SuggestedVideoEndScreenPatch : app/revanced/patcher/patch/BytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fix/suggestedvideoendscreen/SuggestedVideoEndScreenPatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
Expand Down Expand Up @@ -1798,12 +1792,6 @@ public final class app/revanced/patches/youtube/utils/sponsorblock/SponsorBlockP
public fun execute (Lapp/revanced/patcher/data/ResourceContext;)V
}

public final class app/revanced/patches/youtube/utils/storyboard/StoryboardHookPatch : app/revanced/patcher/patch/BytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/storyboard/StoryboardHookPatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
}

public final class app/revanced/patches/youtube/utils/toolbar/ToolBarHookPatch : app/revanced/patcher/patch/BytecodePatch {
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/toolbar/ToolBarHookPatch;
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ smali = "3.0.5"
guava = "33.0.0-jre"
gson = "2.11.0"
binary-compatibility-validator = "0.14.0"
kotlin = "2.0.0"
kotlin = "2.0.20"

[libraries]
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionSha256Sum=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit 59f0424

Please sign in to comment.