Skip to content

Commit d9b5f94

Browse files
chore: fix api dump
1 parent 2bafb51 commit d9b5f94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/api/patches.api

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
public final class FixFacebookLoginPatchKt {
2-
public static final fun getFixFacebookLoginPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
3-
}
4-
51
public final class app/revanced/patches/all/misc/activity/exportall/ExportAllActivitiesPatchKt {
62
public static final fun getExportAllActivitiesPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
73
}
@@ -888,6 +884,10 @@ public final class app/revanced/patches/spotify/misc/fix/SpoofSignaturePatchKt {
888884
public static final fun getSpoofSignaturePatch ()Lapp/revanced/patcher/patch/BytecodePatch;
889885
}
890886

887+
public final class app/revanced/patches/spotify/misc/fix/login/FixFacebookLoginPatchKt {
888+
public static final fun getFixFacebookLoginPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
889+
}
890+
891891
public final class app/revanced/patches/spotify/misc/privacy/SanitizeSharingLinksPatchKt {
892892
public static final fun getSanitizeSharingLinksPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
893893
}

0 commit comments

Comments
 (0)