Skip to content

Commit

Permalink
Update UpdateChecker.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend committed Aug 18, 2022
1 parent b748765 commit 5f67038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class UpdateChecker {

public static final String UPDATE_URL = "http://101.43.66.4/launcherInfo.json";
public static final String UPDATE_URL = "https://raw.githubusercontent.com/Tungstend/HMCL-PE/main/launcher_version.json";

private Context context;
private MainActivity activity;
Expand Down

0 comments on commit 5f67038

Please sign in to comment.