[Android] Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1

Nicolas Pomepuy git at videolan.org
Wed Oct 5 07:03:24 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct  4 13:34:06 2022 +0200| [d616e19f11d42974a8d356b8f2425915e7bd9e6d] | committer: Nicolas Pomepuy

Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1

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

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

diff --git a/build.gradle b/build.gradle
index e60e47fdf..351b9c356 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.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..82ffab924 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=6c512862228c833234068b50abb67ea03ec8dcde
 fi
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then



More information about the Android mailing list