Update github path

release
jhengazuki 6 months ago
parent 475b20d333
commit 9a563b9cc2
  1. 2
      app/src/main/java/com/fongmi/android/tv/utils/Github.java

@ -5,7 +5,7 @@ public class Github {
public static final String URL = "https://raw.githubusercontent.com/FongMi/Release/fongmi";
private static String getUrl(String name) {
return URL + "/" + "apk/release" + "/" + name;
return URL + "/apk/" + name;
}
public static String getJson(String name) {

Loading…
Cancel
Save