[Android] Update hash and aar versions

Nicolas Pomepuy git at videolan.org
Thu May 14 15:19:28 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu May 14 15:19:17 2020 +0200| [0c6cb989219751ab2f0812a6a9ba154c55b80622] | committer: Nicolas Pomepuy

Update hash and aar versions

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

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

diff --git a/build.gradle b/build.gradle
index 1ac4f1444..a707f2b0b 100644
--- a/build.gradle
+++ b/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
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 36c389886..8aca3dad9 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -4,7 +4,7 @@
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=d50b4c1b
+MEDIALIBRARY_HASH=168ae35b
 
 while [ $# -gt 0 ]; do
   case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 276a56f6e..88133087c 100755
--- a/buildsystem/compile.sh
+++ b/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"



More information about the Android mailing list