From 318342f4dc07a15c01ee0b0def9bc1c349d401ca Mon Sep 17 00:00:00 2001 From: Volodymyr Bondarenko Date: Wed, 30 Oct 2024 13:49:47 +0200 Subject: [PATCH] SUP-42513: (PPF CZ) 3201: NG STB Videolibrary (VOD) error --- broadpeakplugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broadpeakplugin/build.gradle b/broadpeakplugin/build.gradle index 350abb1..d880446 100644 --- a/broadpeakplugin/build.gradle +++ b/broadpeakplugin/build.gradle @@ -29,7 +29,7 @@ android { dependencies { // TODO: when tvplayer is released, replace this. - api 'com.kaltura:kaltura-player-android:develop-SNAPSHOT' + api 'com.kaltura:kaltura-player-android:SUP-42513-SNAPSHOT' //api project(":tvplayer") api 'tv.broadpeak.smartlib:smartlib-kaltura:04.07.01.4334a05' }