Skip to content

Commit

Permalink
升级-->1.1.0版本,优化上传逻辑,修改用户调用方式
Browse files Browse the repository at this point in the history
  • Loading branch information
XJ-Up committed Jun 14, 2024
1 parent 3455c5c commit 0450b8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quickupload/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// 协程
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
api 'com.squareup.okhttp3:okhttp:4.12.0'
}

0 comments on commit 0450b8a

Please sign in to comment.