[Android] Bump LibVLC to EAP12

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


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Oct  9 11:59:24 2019 +0200| [095b282d9ea85e1bdda885494faa505ee3d6d552] | committer: Geoffrey Métais

Bump LibVLC to EAP12

> https://code.videolan.org/videolan/vlc-android/commit/095b282d9ea85e1bdda885494faa505ee3d6d552
---

 libvlc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 8e35a04c7..5aaf4b6da 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
 def vlcSrcDirs = System.getenv('GRADLE_VLC_SRC_DIRS')
 ext {
-    library_version = '3.2-eap11'
+    library_version = '3.2-eap12'
     repoName = 'Android'
     libraryName = 'LibVLC-Android'
     lib_artifact = "libvlc-$abi"



More information about the Android mailing list