[Android] Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
Nicolas Pomepuy
git at videolan.org
Tue Oct 4 11:35:02 UTC 2022
vlc-android | branch: refs/tags/libvlc-3.5.3-eap1 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 4 13:34:06 2022 +0200| [56bc679b3a388ab356e975e7a6f6aaee76ece7ad] | committer: Nicolas Pomepuy
Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
> https://code.videolan.org/videolan/vlc-android/commit/56bc679b3a388ab356e975e7a6f6aaee76ece7ad
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 2cba0c6f0..a23d8d425 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ ext {
versionName = '3.5.2'
versionCode = 3050200
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- libvlcVersion = vlcMajorVersion == 3 ? '3.5.2-eap1' :'4.0.0-eap2'
- medialibraryVersion = vlcMajorVersion == 3 ? '0.13.4-eap1' : '0.12.0-vlc4-eap2'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap2'
+ medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap2'
minSdkVersion = 17
targetSdkVersion = 33
compileSdkVersion = 33
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index bebe4203c..d7679b8ef 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -261,7 +261,7 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
LIBVLCJNI_TESTED_HASH=9c64ba27ceda3f58eee3039e23e41a160f8234b9
else
- LIBVLCJNI_TESTED_HASH=1a292138d3dd475d4e460b5720f09a4b7b01980a
+ LIBVLCJNI_TESTED_HASH=0d16f1787e95eb8f2ae73552e252654e8e75d310
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
More information about the Android
mailing list