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

Bump aar versions and libvlcjni hashes

parent a9036494
No related branches found
Tags libvlc-3.6.1 libvlc-4.0.0-eap19
1 merge request!2158Implement the quick play feature
Pipeline #580552 passed with stages
in 31 minutes and 4 seconds
......@@ -43,8 +43,8 @@ ext {
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.5.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc15' : '0.13.13-vlc4-rc15'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.1' :'4.0.0-eap19'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc16' : '0.13.13-vlc4-rc16'
minSdkVersion = 17
targetSdkVersion = 34
compileSdkVersion = 34
......
......@@ -280,9 +280,9 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
LIBVLCJNI_TESTED_HASH=e1f91b8a8a3fbaea30caee940490a20adc9a8141
LIBVLCJNI_TESTED_HASH=44ca3af810d4fa315c916d7b0ebb8ecdb662d891
else
LIBVLCJNI_TESTED_HASH=05d76f37559e2a2e5cd4248053a76ceff5a523e1
LIBVLCJNI_TESTED_HASH=6ec2bf46d1a5d9938c5ab62fd7294f25e50c7e1a
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
......
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