Skip to content

Commit

Permalink
fix: Change repo mirror url
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaWei committed Jan 23, 2025
1 parent a1888e0 commit 7b21abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 16
versionName = "2.4.0"
versionName = "2.4.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RequestInterceptor(val context: Context) : Interceptor {
class RetrofitClient(context: Context) {
companion object {
const val BASE_URL =
"https://ghp.ci/https://raw.githubusercontent.com/Jarvay/workpaper-android-release/main/"
"https://ghfast.top/https://raw.githubusercontent.com/Jarvay/workpaper-android-release/main/"
}

private val okHttpClient = OkHttpClient.Builder()
Expand Down

0 comments on commit 7b21abc

Please sign in to comment.