[Android] Bump libs versions

Nicolas Pomepuy git at videolan.org
Thu Jun 11 11:45:06 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun 11 11:45:02 2020 +0200| [1d9a24a0691c1b02ebec35ffe605fda472b249dd] | committer: Nicolas Pomepuy

Bump libs versions

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

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

diff --git a/build.gradle b/build.gradle
index c36467842..dfe52c2c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.0 Beta 4'
     versionCode = 3028400
-    libvlcVersion = '3.3.0-eap12'
-    medialibraryVersion = '0.7.0-eap12'
+    libvlcVersion = '3.3.0-eap13'
+    medialibraryVersion = '0.7.0-eap13'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index a610e4856..d04e33f99 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=96c9a400
+TESTED_HASH=1dbb3247
 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