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

Bump the aar hashes and versions

parent 524ff84c
No related branches found
Tags libvlc-3.6.0-eap6 libvlc-4.0.0-eap9
1 merge request!1702Bump the aar artifacts
Pipeline #323144 passed with stage
in 19 minutes and 18 seconds
......@@ -42,8 +42,8 @@ ext {
versionCode = 3050400
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap5' :'4.0.0-eap8'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc5' : '0.13.13-vlc4-r5'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap6' :'4.0.0-eap9'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc6' : '0.13.13-vlc4-r6'
minSdkVersion = 17
targetSdkVersion = 33
compileSdkVersion = 33
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=c792471d8cd3d4bfb64279b3d6bd490e2171b93d
MEDIALIBRARY_HASH=918b0e7ff962aa31fe8502ae9bd7d2fd389c6ff6
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -259,7 +259,7 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
LIBVLCJNI_TESTED_HASH=720bd2afb4a1eb83aa363656f2a7a375efc1e75c
LIBVLCJNI_TESTED_HASH=94fab2637b0c78eaf11490247afcf8df0ea10cfa
else
LIBVLCJNI_TESTED_HASH=6691a43c73df3abe3e30bda139c6a7b4d1adda87
fi
......
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