[Android] Update vlc hash and artifacts versions

Nicolas Pomepuy git at videolan.org
Mon Aug 3 13:11:40 CEST 2020


vlc-android | branch: refs/tags/libvlc-3.3.0-eap16 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Aug  3 13:10:49 2020 +0200| [cdc1af232b67a34306819138ac89b9976f6e1747] | committer: Nicolas Pomepuy

Update vlc hash and artifacts versions

> https://code.videolan.org/videolan/vlc-android/commit/cdc1af232b67a34306819138ac89b9976f6e1747
---

 build.gradle           | 4 ++--
 buildsystem/compile.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 64548f079..2175c8df6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.0 RC 1'
     versionCode = 3028800
-    libvlcVersion = '3.3.0-eap15'
-    medialibraryVersion = '0.7.0-eap15'
+    libvlcVersion = '3.3.0-eap16'
+    medialibraryVersion = '0.7.0-eap16'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 3c1267660..33f5d3d35 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=5a7e1f74763afc7e556dda6e30ec84bace8c56f0
+TESTED_HASH=3f633b2777a1ce2e41e9869cb49992960294369b
 VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
 if [ ! -d "vlc" ]; then
     diagnostic "VLC sources: not found, cloning"



More information about the Android mailing list