Browse Source

Update libraries

merge-requests/509/head
Geoffrey Métais 6 years ago
parent
commit
c8f6b142fd
  1. 4
      build.gradle
  2. 2
      buildsystem/compile-medialibrary.sh
  3. 2
      buildsystem/compile.sh
  4. 2
      libvlc/build.gradle
  5. 2
      medialibrary/build.gradle

4
build.gradle

@ -30,8 +30,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0-dev'
versionCode = 3030000
libvlcVersion = '3.3.0-eap02'
medialibraryVersion = '0.7.0-eap03'
libvlcVersion = '3.3.0-eap03'
medialibraryVersion = '0.7.0-eap04'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29

2
buildsystem/compile-medialibrary.sh

@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=3fd486b
MEDIALIBRARY_HASH=843051e
while [ $# -gt 0 ]; do
case $1 in

2
buildsystem/compile.sh

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

2
libvlc/build.gradle

@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
def vlcSrcDirs = System.getenv('GRADLE_VLC_SRC_DIRS')
ext {
library_version = '3.3.0-eap02'
library_version = '3.3.0-eap03'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"

2
medialibrary/build.gradle

@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
ext {
library_version = '0.7.0-eap03'
library_version = '0.7.0-eap04'
repoName = 'Android'
libraryName = 'Medialibrary-Android'
lib_artifact = "medialibrary-$abi"

Loading…
Cancel
Save