Browse Source

Bump the lib versions to 3.5.0-eap2 / 0.11.0-eap2

merge-requests/1287/head
Nicolas Pomepuy 5 years ago
parent
commit
f7f7ad5287
  1. 4
      build.gradle
  2. 2
      buildsystem/compile.sh

4
build.gradle

@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.4 Beta 1'
versionCode = 3040310
libvlcVersion = '3.5.0-eap1'
medialibraryVersion = '0.10.0-eap1'
libvlcVersion = '3.5.0-eap2'
medialibraryVersion = '0.11.0-eap2'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30

2
buildsystem/compile.sh

@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=f5dfb2f8c7269534cb41113e504fe5564ce29d99
TESTED_HASH=758b718347094af7e7e35ec18359d32f8928766e
VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"

Loading…
Cancel
Save