[Android] Update libraries versions

Geoffrey Métais git at videolan.org
Thu Oct 10 16:04:57 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Oct  9 16:02:28 2019 +0200| [4745882eb986a5046fe2e83ab7f59f238b30586e] | committer: Geoffrey Métais

Update libraries versions

> https://code.videolan.org/videolan/vlc-android/commit/4745882eb986a5046fe2e83ab7f59f238b30586e
---

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

diff --git a/build.gradle b/build.gradle
index 69600eeb3..93f0ac154 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,8 +29,8 @@ allprojects {
 ext {
     versionName = '3.3.0-dev'
     versionCode = 3030000
-    libvlcVersion = '3.2-eap11'
-    medialibraryVersion = '0.5-eap11'
+    libvlcVersion = '3.2-eap12'
+    medialibraryVersion = '0.5-eap12'
     minSdkVersion = 17
     targetSdkVersion = 28
     compileSdkVersion = 28



More information about the Android mailing list