[Android] Bump libvlc version
Nicolas Pomepuy
git at videolan.org
Wed Sep 30 07:45:56 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 29 14:10:00 2020 +0200| [bc57cd8b4f8c3eba7ecad8354247a48708e6265e] | committer: Nicolas Pomepuy
Bump libvlc version
> https://code.videolan.org/videolan/vlc-android/commit/bc57cd8b4f8c3eba7ecad8354247a48708e6265e
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index e2e943558..f68d48fb3 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