|
|
@@ -337,7 +337,7 @@ class UtilsFragment : Fragment() {
|
|
|
try {
|
|
|
val file = File.createTempFile("files", ".apk")
|
|
|
|
|
|
- KtorClient.prepareGet("https://nebuai.oss-cn-hangzhou.aliyuncs.com/application/20240701/bgpj4axa.apk")
|
|
|
+ KtorClient.prepareGet(url)
|
|
|
.execute { httpResponse ->
|
|
|
val channel: ByteReadChannel = httpResponse.body()
|
|
|
while (!channel.isClosedForRead) {
|