mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
Use release canary APK in stub
This commit is contained in:
parent
ced9b4a8ee
commit
ff95f634f0
@ -18,7 +18,7 @@ public class MainActivity extends Activity {
|
|||||||
|
|
||||||
private static final String URL =
|
private static final String URL =
|
||||||
"https://raw.githubusercontent.com/topjohnwu/magisk_files/master/" +
|
"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;
|
private String apkLink;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user