Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Nov 16, 2023
1 parent d7f4bdd commit 4545cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/hmssdk_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ android {
}

dependencies {
implementation "com.github.100mslive.android-sdk:videoview:dev-v2-SNAPSHOT"
implementation "com.github.100mslive.android-sdk:hls-player:dev-v2-SNAPSHOT"
implementation 'com.github.100mslive.android-sdk:lib:dev-v2-SNAPSHOT'
implementation "live.100ms:android-sdk:${sdkVersions['android']}"
implementation "live.100ms:video-view:${sdkVersions['android']}"
implementation "live.100ms:hls-player:${sdkVersions['android']}"
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
Expand Down

0 comments on commit 4545cd7

Please sign in to comment.