Skip to content

Commit

Permalink
KUX-2212: Upgrade broadpeak smart lib sdk to latest (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-bondarenko85 authored Jan 18, 2024
1 parent ccad728 commit e5aaa66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions broadpeakplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
abortOnError false
}
defaultConfig {
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 33
versionName libVersion
buildConfigField("String","VERSION_NAME","\"${libVersion}\"")
Expand All @@ -31,7 +31,7 @@ dependencies {
// TODO: when tvplayer is released, replace this.
api 'com.kaltura:kaltura-player-android:develop-SNAPSHOT'
//api project(":tvplayer")
api 'tv.broadpeak.smartlib:smartlib-kaltura:04.03.02.2891ea7'
api 'tv.broadpeak.smartlib:smartlib-kaltura:04.06.04.4179b2e'
}

repositories {
Expand Down

0 comments on commit e5aaa66

Please sign in to comment.