Commit ff95f634 authored by topjohnwu's avatar topjohnwu

Use release canary APK in stub

parent ced9b4a8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment