Skip to content

Commit

Permalink
upd manifest url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Sep 26, 2020
1 parent c488ed7 commit dc99f66
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 @@
import java.util.List;

public class AppUpdateManager implements AppUpdateCheckerListener {
private static final String UPDATE_MANIFEST_URL = "https://github.com/yuliskov/SmartYouTubeTV/releases/download/stable/smartyoutubetv.json";
private static final String UPDATE_MANIFEST_URL = "https://github.com/yuliskov/SmartYouTubeTV/releases/download/beta/smarttube_beta.json";
@SuppressLint("StaticFieldLeak")
private static AppUpdateManager sInstance;
private final Context mContext;
Expand Down

0 comments on commit dc99f66

Please sign in to comment.