From 951b6da46d23477bbab1f350de29608689400f2b Mon Sep 17 00:00:00 2001 From: Update Bot Date: Mon, 28 Oct 2024 11:26:31 +0000 Subject: [PATCH] chore(android): update android player version to 3.90.0+jason --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 67a97e89..46980e61 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -105,5 +105,5 @@ dependencies { // Bitmovin implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.33.0' implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' - implementation 'com.bitmovin.player:player:3.84.0+jason' + implementation 'com.bitmovin.player:player:3.90.0+jason' }