[Android] Update lib versions
    Nicolas Pomepuy 
    git at videolan.org
       
    Wed Apr 29 09:11:23 CEST 2020
    
    
  
vlc-android | branch: refs/tags/libvlc-3.3.0-eap9 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Apr 29 09:10:13 2020 +0200| [ef8ea287e7fda675842e409e217523ae584a7703] | committer: Nicolas Pomepuy
Update lib versions
> https://code.videolan.org/videolan/vlc-android/commit/ef8ea287e7fda675842e409e217523ae584a7703
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 20c25a559..b62094bb7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.0-dev'
     versionCode = 3028000
-    libvlcVersion = '3.3.0-eap08'
-    medialibraryVersion = '0.7.0-eap08'
+    libvlcVersion = '3.3.0-eap09'
+    medialibraryVersion = '0.7.0-eap09'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
    
    
More information about the Android
mailing list