From 732786d09af019b54e56c9f262e6c392ba846a1d Mon Sep 17 00:00:00 2001 From: Update Bot Date: Fri, 13 Sep 2024 10:56:45 +0000 Subject: [PATCH 1/2] chore(android): update android player version to 3.84.0+jason --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 55fe458f..67a97e89 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.82.0+jason' + implementation 'com.bitmovin.player:player:3.84.0+jason' } From 3dbca073096f5ff7fe248883a76ef8892c08a0c0 Mon Sep 17 00:00:00 2001 From: Lukas Knoch-Girstmair Date: Tue, 17 Sep 2024 09:13:56 +0200 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be39b9ee..cc2f75f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased] + +### Changed + +- Update Bitmovin's native Android SDK version to `3.84.0` + ## [0.29.0] - 2024-09-09 ### Added