[Android] LibVLC 3.2 eap2
Geoffrey Métais
git at videolan.org
Mon Apr 8 15:40:23 CEST 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 8 15:39:44 2019 +0200| [689519958b6b11b61198a2d3fe79722ed990da0b] | committer: Geoffrey Métais
LibVLC 3.2 eap2
Fixes crash on recording stop
> https://code.videolan.org/videolan/vlc-android/commit/689519958b6b11b61198a2d3fe79722ed990da0b
---
libvlc/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index d37429b9c..fa241a98b 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
ext {
- library_version = '3.2-eap1'
+ library_version = '3.2-eap2'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"
More information about the Android
mailing list