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

Commit

Permalink
feat(MicroG Support): Use app.revanced as default option
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed Mar 26, 2024
1 parent 5e345f8 commit 44d3e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
@SuppressWarnings("unused")
public class MicroGPatch {
private static final String DONT_KILL_MY_APP_LINK = "https://dontkillmyapp.com";
private static final String MICROG_VENDOR = "app.rvx";
private static final String MICROG_VENDOR = "app.revanced";
private static final String MICROG_PACKAGE_NAME = MICROG_VENDOR + ".android.gms";
private static final String MICROG_DOWNLOAD_LINK = "https://github.com/YT-Advanced/GmsCore/releases/latest";
private static final String MICROG_DOWNLOAD_LINK = "https://github.com/Revanced/GmsCore/releases/latest";
private static final Uri MICROG_PROVIDER = Uri.parse("content://" + MICROG_VENDOR + ".android.gsf.gservices/prefix");

private static void startIntent(Context context, String uriString, String... message) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@SuppressWarnings("unused")
public class MicroGPatch {
private static final String DONT_KILL_MY_APP_LINK = "https://dontkillmyapp.com";
private static final String MICROG_VENDOR = "app.rvx";
private static final String MICROG_VENDOR = "app.revanced";
private static final String MICROG_PACKAGE_NAME = MICROG_VENDOR + ".android.gms";
private static final String MICROG_DOWNLOAD_LINK = "https://github.com/YT-Advanced/GmsCore/releases/latest";
private static final Uri MICROG_PROVIDER = Uri.parse("content://" + MICROG_VENDOR + ".android.gsf.gservices/prefix");
Expand Down

0 comments on commit 44d3e45

Please sign in to comment.