Skip to content

Commit

Permalink
fix: Deprecate and remove old patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Nov 19, 2024
1 parent f5c1549 commit 06d25c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 62 deletions.
8 changes: 4 additions & 4 deletions patches/api/patches.api
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ public final class app/revanced/patches/all/misc/debugging/EnableAndroidDebuggin
public static final fun getEnableAndroidDebuggingPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}

public final class app/revanced/patches/all/misc/directory/ChangeDataDirectoryLocationPatchKt {
public static final fun getChangeDataDirectoryLocationPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/all/misc/directory/documentsprovider/AddInternalDataDocumentsProviderKt {
public static final fun getInternalDataDocumentsProviderExtensionPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
public static final fun getInternalDataDocumentsProviderPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}

public final class app/revanced/patches/all/misc/directory/redirect/ChangeDataDirectoryLocationPatchKt {
public static final fun getChangeDataDirectoryLocationPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/all/misc/hex/HexPatchKt {
public static final fun getHexPatch ()Lapp/revanced/patcher/patch/RawResourcePatch;
}
Expand Down

This file was deleted.

0 comments on commit 06d25c0

Please sign in to comment.