Browse Source

Update hash and aar versions

3.3.x
Nicolas Pomepuy 6 years ago
parent
commit
0c6cb98921
  1. 4
      build.gradle
  2. 2
      buildsystem/compile-medialibrary.sh
  3. 2
      buildsystem/compile.sh

4
build.gradle

@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0 Beta 2'
versionCode = 3028200
libvlcVersion = '3.3.0-eap10'
medialibraryVersion = '0.7.0-eap10'
libvlcVersion = '3.3.0-eap11'
medialibraryVersion = '0.7.0-eap11'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29

2
buildsystem/compile-medialibrary.sh

@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=d50b4c1b
MEDIALIBRARY_HASH=168ae35b
while [ $# -gt 0 ]; do
case $1 in

2
buildsystem/compile.sh

@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=fc941df
TESTED_HASH=a9a75ea8
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"

Loading…
Cancel
Save