[Android] Bump libs versions for VLC 4
Nicolas Pomepuy
git at videolan.org
Wed Oct 5 05:25:21 UTC 2022
vlc-android | branch: refs/tags/libvlc-4.0.0-eap3 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 5 07:24:44 2022 +0200| [8e0220cc060ff0db6d816d47607f5a82c0a49014] | committer: Nicolas Pomepuy
Bump libs versions for VLC 4
> https://code.videolan.org/videolan/vlc-android/commit/8e0220cc060ff0db6d816d47607f5a82c0a49014
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 351b9c356..19d0743b0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ ext {
versionCode = 3050200
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.2'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap2'
- medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap2'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap3'
+ medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap3'
minSdkVersion = 17
targetSdkVersion = 33
compileSdkVersion = 33
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 82ffab924..053d9c8a1 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -259,7 +259,7 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=9c64ba27ceda3f58eee3039e23e41a160f8234b9
+ LIBVLCJNI_TESTED_HASH=965402da3c2004dcef4f6575406ace343b2f1b15
else
LIBVLCJNI_TESTED_HASH=6c512862228c833234068b50abb67ea03ec8dcde
fi
More information about the Android
mailing list