[Android] Bump ML and libvlc versions
Nicolas Pomepuy
git at videolan.org
Mon Oct 26 15:14:04 CET 2020
vlc-android | branch: refs/tags/libvlc-3.3.5 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Oct 26 15:11:17 2020 +0100| [85eade3c91438c91137a6ac3d67ff5b1a7661e5b] | committer: Nicolas Pomepuy
Bump ML and libvlc versions
> https://code.videolan.org/videolan/vlc-android/commit/85eade3c91438c91137a6ac3d67ff5b1a7661e5b
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 3aba4a6e7d..8b0e9d2660 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.1'
versionCode = 3030100
- libvlcVersion = '3.3.4'
- medialibraryVersion = '0.7.3'
+ libvlcVersion = '3.3.5'
+ medialibraryVersion = '0.7.4'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list