[Android] Bump libvlc version
Nicolas Pomepuy
git at videolan.org
Tue Sep 29 14:10:41 CEST 2020
vlc-android | branch: refs/tags/libvlc-3.3.2 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 29 14:10:00 2020 +0200| [ddbe58774b5372fc31b06b09a20213ac59c47fbd] | committer: Nicolas Pomepuy
Bump libvlc version
> https://code.videolan.org/videolan/vlc-android/commit/ddbe58774b5372fc31b06b09a20213ac59c47fbd
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 784f4e30e..b64460aa0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0'
versionCode = 3030000
- libvlcVersion = '3.3.1'
+ libvlcVersion = '3.3.2'
medialibraryVersion = '0.7.1'
minSdkVersion = 17
targetSdkVersion = 29
More information about the Android
mailing list