Skip to content

Commit

Permalink
处理依赖包版本冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Feb 18, 2025
1 parent a772502 commit 2cd2972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/video-link-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
dependencies {
// api fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
embed (name:'android_gvoice-release',ext:'aar')
implementation 'com.google.code.gson:gson:2.12.1'
implementation 'com.google.code.gson:gson:2.8.5'
testImplementation 'junit:junit:4.+'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//kotlin协程
Expand Down
4 changes: 1 addition & 3 deletions sdkdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.okhttp3:okhttp:3.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
testImplementation 'junit:junit:4.+'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation ('org.bouncycastle:bcprov-jdk15on:1.64') {
force = true
Expand Down

0 comments on commit 2cd2972

Please sign in to comment.