Skip to content
Snippets Groups Projects
Commit 2568fed6 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1

parent b3f5a56e
No related branches found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment