Skip to content

Commit

Permalink
replace with gitlink
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Aug 4, 2024
1 parent 91ef9d6 commit 56c3dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/lizongying/mytv0/requests/HttpClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import javax.net.ssl.X509TrustManager

object HttpClient {
const val TAG = "HttpClient"
private const val HOST = "https://gitee.com/lizongying/my-tv-0/raw/"
const val DOWNLOAD_HOST = "https://gitee.com/lizongying/my-tv-0/releases/download/"
private const val HOST = "https://www.gitlink.org.cn/lizongying/my-tv-0/raw/"
const val DOWNLOAD_HOST = "https://www.gitlink.org.cn/lizongying/my-tv-0/releases/download/"

val okHttpClient: OkHttpClient by lazy {
getUnsafeOkHttpClient()
Expand Down

0 comments on commit 56c3dac

Please sign in to comment.