Use release canary APK in stub

This commit is contained in:
topjohnwu 2019-04-05 21:07:59 -04:00
parent ced9b4a8ee
commit ff95f634f0

View File

@ -18,7 +18,7 @@ public class MainActivity extends Activity {
private static final String URL =
"https://raw.githubusercontent.com/topjohnwu/magisk_files/master/" +
(BuildConfig.VERSION_NAME.contains("-") ? "canary_builds/canary.json" : "stable.json");
(BuildConfig.VERSION_NAME.contains("-") ? "canary_builds/release.json" : "stable.json");
private String apkLink;