mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
Let stub APK respect canary builds
This commit is contained in:
@ -17,7 +17,8 @@ import java.io.File;
|
||||
public class MainActivity extends Activity {
|
||||
|
||||
private static final String URL =
|
||||
"https://raw.githubusercontent.com/topjohnwu/magisk_files/master/stable.json";
|
||||
"https://raw.githubusercontent.com/topjohnwu/magisk_files/master/" +
|
||||
(BuildConfig.VERSION_NAME.contains("-") ? "canary_builds/canary.json" : "stable.json");
|
||||
|
||||
private String apkLink;
|
||||
|
||||
|
Reference in New Issue
Block a user