[Android] Bump ML and libvlc versions

Nicolas Pomepuy git at videolan.org
Tue Nov 3 15:47:09 CET 2020


vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Oct 26 15:11:17 2020 +0100| [67c4a992dfe361e19f2a067910689ce9862a9a7d] | committer: Nicolas Pomepuy

Bump ML and libvlc versions

(cherry picked from commit 20c77c973673f7ac0760cadd8a620846905392a5)

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

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index c26b61d57..ee90b171c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.2 Beta 1'
     versionCode = 3030150
-    libvlcVersion = '3.3.4'
-    medialibraryVersion = '0.7.3'
+    libvlcVersion = '3.3.5'
+    medialibraryVersion = '0.7.4'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29



More information about the Android mailing list