File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
core/src/main/java/com/topjohnwu/magisk/core Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ object Const {
47
47
48
48
const val GITHUB_RAW_URL = " https://raw.githubusercontent.com/"
49
49
const val GITHUB_API_URL = " https://api.github.com/"
50
- const val GITHUB_PAGE_URL = " https://topjohnwu .github.io/magisk-files /"
50
+ const val GITHUB_PAGE_URL = " https://pixincreate .github.io/Magisk /"
51
51
const val JS_DELIVR_URL = " https://cdn.jsdelivr.net/gh/"
52
52
}
53
53
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ android {
14
14
15
15
val canary = ! Config .version.contains(" ." )
16
16
17
- val url = if (canary) null
18
- else " https://github.com/topjohnwu/Magisk/releases/download/v${Config .version} /Magisk-v${Config .version} .apk"
17
+ val url = canary
19
18
20
19
defaultConfig {
21
20
applicationId = " com.topjohnwu.magisk"
You can’t perform that action at this time.
0 commit comments