Skip to content

Commit

Permalink
Switch to official snet.jar link
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed May 12, 2021
1 parent 09a294c commit ea80cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/topjohnwu/magisk/core/Const.kt
Expand Up @@ -20,7 +20,7 @@ object Const {

// Versions
const val SNET_EXT_VER = 17
const val SNET_REVISION = "22.0"
const val SNET_REVISION = "23.0"
const val BOOTCTL_REVISION = "22.0"

// Misc
Expand Down
Expand Up @@ -65,7 +65,7 @@ class NetworkService(
}

// Fetch files
// suspend fun fetchSafetynet() = wrap { jsd.fetchSafetynet() }
suspend fun fetchSafetynet() = wrap { jsd.fetchSafetynet() }
suspend fun fetchBootctl() = wrap { jsd.fetchBootctl() }
suspend fun fetchInstaller() = wrap {
val sha = fetchMainVersion()
Expand All @@ -75,7 +75,4 @@ class NetworkService(
suspend fun fetchString(url: String) = wrap { raw.fetchString(url) }

private suspend fun fetchMainVersion() = api.fetchBranch(MAGISK_MAIN, "master").commit.sha

// Temporary for canary builds, switch to release link at next public release
suspend fun fetchSafetynet() = fetchFile("https://github.com/topjohnwu/Magisk/releases/download/v22.1/snet.jar")
}

0 comments on commit ea80cdd

Please sign in to comment.