[Android] Bump libs to 3.4.2 / 0.9.2

Nicolas Pomepuy git at videolan.org
Tue Oct 5 11:19:54 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct  5 10:14:48 2021 +0200| [69c8a52ca42816ccf200a4eb9c5e33d31bed64e4] | committer: Nicolas Pomepuy

Bump libs to 3.4.2 / 0.9.2

> https://code.videolan.org/videolan/vlc-android/commit/69c8a52ca42816ccf200a4eb9c5e33d31bed64e4
---

 build.gradle                        | 4 ++--
 buildsystem/compile-medialibrary.sh | 2 +-
 buildsystem/compile.sh              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index f72acb3c7..ce7ddfc2d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.4.1 Beta 2'
     versionCode = 3040020
-    libvlcVersion = '3.4.1'
-    medialibraryVersion = '0.9.1'
+    libvlcVersion = '3.4.2'
+    medialibraryVersion = '0.9.2'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 8fecf60fe..bdc7e2b1e 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -6,7 +6,7 @@ set -e
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=0bc75bd1becf49982e70269d56fb40fc78187d91
+MEDIALIBRARY_HASH=923263f3601338f296ef5e694e25bad92c077bc9
 
 while [ $# -gt 0 ]; do
   case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 3e7deef0a..439dfec8e 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -284,7 +284,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=6ea058bf2d0813dab247f973b2d7bc9804486d81
+TESTED_HASH=843860a7f70aa2d8ef6f598b20493860754ce4cd
 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
 if [ ! -d "vlc" ]; then
     diagnostic "VLC sources: not found, cloning"



More information about the Android mailing list