[Android] Update LibVLC and Medialibrary
    Geoffrey Métais 
    git at videolan.org
       
    Mon Jul  1 15:34:57 CEST 2019
    
    
  
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jul  1 15:34:01 2019 +0200| [1ce4a9e0a83944cde2925a4d76bdd4bdda4e935b] | committer: Geoffrey Métais
Update LibVLC and Medialibrary
> https://code.videolan.org/videolan/vlc-android/commit/1ce4a9e0a83944cde2925a4d76bdd4bdda4e935b
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 9bb476c64..ce6bfdaed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,8 +29,8 @@ allprojects {
 ext {
     versionName = '3.2.0'
     versionCode = 3020000
-    libvlcVersion = '3.2-eap3'
-    medialibraryVersion = '0.5-eap3'
+    libvlcVersion = '3.2-eap4'
+    medialibraryVersion = '0.5-eap4'
     minSdkVersion = 17
     targetSdkVersion = 28
     compileSdkVersion = 28
    
    
More information about the Android
mailing list