Skip to content

Commit

Permalink
feat: Add support for (5) recent versions of 7.08, 7.10, 7.11, 7.13, …
Browse files Browse the repository at this point in the history
…and 7.14
  • Loading branch information
E85Addict committed Aug 21, 2024
1 parent 1872d81 commit f800bf7
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import app.revanced.util.exception
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ import com.android.tools.smali.dexlib2.Opcode
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ import app.revanced.util.exception
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ import app.revanced.patches.music.interaction.permanentrepeat.fingerprints.Repea
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import app.revanced.util.exception
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import app.revanced.patches.music.misc.androidauto.fingerprints.CheckCertificate
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ import app.revanced.util.resultOrThrow
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
]
)
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ object GmsCoreSupportPatch : BaseGmsCoreSupportPatch(
"7.01.53",
"7.02.52",
"7.03.52",
"7.08.54",
"7.10.52",
"7.11.51",
"7.13.53",
"7.14.52",
),
),
),
Expand Down

0 comments on commit f800bf7

Please sign in to comment.