Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
feat: Merge the Custom package name patch into the `GmsCore support…
Browse files Browse the repository at this point in the history
…` patch and add patch options `GmsCoreVendorGroupId`, `CheckGmsCore`, `PackageNameYouTube`, `PackageNameYouTubeMusic`
  • Loading branch information
anddea committed Jul 18, 2024
1 parent 9f689f3 commit 5465751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ private static boolean batteryOptimizationsEnabled(Activity mActivity) {

private static String getGmsCoreDownload() {
final String vendorGroupId = getGmsCoreVendorGroupId();
//noinspection SwitchStatementWithTooFewBranches
return switch (vendorGroupId) {
case "app.revanced" -> "https://github.com/revanced/gmscore/releases/latest";
case "com.mgoogle" -> "https://github.com/inotia00/VancedMicroG/releases/latest";
default -> vendorGroupId + ".android.gms";
};
}
Expand Down

0 comments on commit 5465751

Please sign in to comment.