We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4250239 commit 30d93fcCopy full SHA for 30d93fc
sdk/video-link-android/build.gradle
@@ -41,7 +41,7 @@ android {
41
dependencies {
42
// api fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
43
embed (name:'android_gvoice-release',ext:'aar')
44
- implementation 'com.google.code.gson:gson:2.8.5'
+ implementation 'com.google.code.gson:gson:2.8.9'
45
testImplementation 'junit:junit:4.+'
46
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
47
//kotlin协程
0 commit comments