remove link to staging.termux-mirror.ml

staging.termux-mirror.ml will be down and shouldn't be used.
This commit is contained in:
Leonid Pliushch 2020-09-26 23:48:11 +03:00
parent 25c9be2cde
commit 0f078a7cf3
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ class PackageDownloader(val context: Context) {
var percent60 = false
var percent80 = false
// val fileUrl = "https://termux.net/apks/$packageName.apk"
val fileUrl = "https://staging.termux-mirror.ml/android-10/$packageName.apk"
val fileUrl = "https://termux.net/apks/$packageName.apk"
"URL -> $fileUrl".log()
try {
downloadingJob = GlobalScope.launch(Dispatchers.IO) {