[Android] Bump libs to 3.4.5 / 0.9.5
Nicolas Pomepuy
git at videolan.org
Tue Oct 26 07:41:47 UTC 2021
vlc-android | branch: refs/tags/libvlc-3.4.5 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 26 08:47:02 2021 +0200| [cf98724673d63798c85e47dc78ae3cfad5f7c66f] | committer: Nicolas Pomepuy
Bump libs to 3.4.5 / 0.9.5
> https://code.videolan.org/videolan/vlc-android/commit/cf98724673d63798c85e47dc78ae3cfad5f7c66f
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index cc406626b..e977ce123 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.2'
versionCode = 3040200
- libvlcVersion = '3.4.4'
- medialibraryVersion = '0.9.4'
+ libvlcVersion = '3.4.5'
+ medialibraryVersion = '0.9.5'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 439dfec8e..fcf1c5531 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -284,7 +284,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=843860a7f70aa2d8ef6f598b20493860754ce4cd
+TESTED_HASH=c900a2183f8988f32e60afdcae3aa398387295f1
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