[Android] Bump ML and libvlc versions
    Nicolas Pomepuy 
    git at videolan.org
       
    Wed Jun 17 14:01:48 CEST 2020
    
    
  
vlc-android | branch: refs/tags/libvlc-3.3.0-eap14 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun 17 13:59:41 2020 +0200| [5bafa13742d683edc36a0553c5af382334c2d3a7] | committer: Nicolas Pomepuy
Bump ML and libvlc versions
> https://code.videolan.org/videolan/vlc-android/commit/5bafa13742d683edc36a0553c5af382334c2d3a7
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 49c5b50fd..40ea5f61c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.0 Beta 5'
     versionCode = 3028500
-    libvlcVersion = '3.3.0-eap13'
-    medialibraryVersion = '0.7.0-eap13'
+    libvlcVersion = '3.3.0-eap14'
+    medialibraryVersion = '0.7.0-eap14'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
    
    
More information about the Android
mailing list