x1ongzhu 1 an în urmă
părinte
comite
06ae790fb8

+ 1 - 1
app/src/main/java/com/example/modifier/ui/utils/UtilsFragment.kt

@@ -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) {