[Android] Bump libs to 3.4.1 / 0.9.1

Nicolas Pomepuy git at videolan.org
Mon Sep 27 09:18:55 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep 27 09:17:22 2021 +0200| [a0a75daa3c3f22374f479acf24247b3e86476d3e] | committer: Nicolas Pomepuy

Bump libs to 3.4.1 / 0.9.1

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

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

diff --git a/build.gradle b/build.gradle
index 4bd962a93..e67f1f170 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.4.0'
     versionCode = 3040000
-    libvlcVersion = '3.4.0'
-    medialibraryVersion = '0.9.0'
+    libvlcVersion = '3.4.1'
+    medialibraryVersion = '0.9.1'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 6fd1e608f..3e7deef0a 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -284,7 +284,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=9e48d340d4177fefc0bf2edefe462d7baf88e586
+TESTED_HASH=6ea058bf2d0813dab247f973b2d7bc9804486d81
 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