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 fe795e0 commit bb44b3bCopy full SHA for bb44b3b
sdkdemo/build.gradle
@@ -137,8 +137,8 @@ dependencies {
137
api project(path: ':sdk:video-link-android')
138
}
139
140
- implementation 'com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.0-SNAPSHOT'
141
- implementation 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:1.0.0-SNAPSHOT'
+ implementation 'com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.0'
+ implementation 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:1.0.0'
142
implementation 'cn.aigestudio.wheelpicker:WheelPicker:1.1.3'
143
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7-mpp-dev-11'
144
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7-mpp-dev-11'
0 commit comments