mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 20:27:39 +00:00
Update canary channel links
This commit is contained in:
parent
cba0d04000
commit
debd1d7d54
@ -19,10 +19,10 @@ interface GithubRawServices {
|
|||||||
@GET("$MAGISK_FILES/master/beta.json")
|
@GET("$MAGISK_FILES/master/beta.json")
|
||||||
fun fetchBetaUpdate(): Single<UpdateInfo>
|
fun fetchBetaUpdate(): Single<UpdateInfo>
|
||||||
|
|
||||||
@GET("$MAGISK_FILES/master/canary_builds/release.json")
|
@GET("$MAGISK_FILES/canary/release.json")
|
||||||
fun fetchCanaryUpdate(): Single<UpdateInfo>
|
fun fetchCanaryUpdate(): Single<UpdateInfo>
|
||||||
|
|
||||||
@GET("$MAGISK_FILES/master/canary_builds/canary.json")
|
@GET("$MAGISK_FILES/canary/debug.json")
|
||||||
fun fetchCanaryDebugUpdate(): Single<UpdateInfo>
|
fun fetchCanaryDebugUpdate(): Single<UpdateInfo>
|
||||||
|
|
||||||
@GET
|
@GET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user