[Android] Bump ML and libvlc versions
Nicolas Pomepuy
git at videolan.org
Tue Oct 27 08:36:48 CET 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Oct 26 15:11:17 2020 +0100| [20c77c973673f7ac0760cadd8a620846905392a5] | committer: Nicolas Pomepuy
Bump ML and libvlc versions
> https://code.videolan.org/videolan/vlc-android/commit/20c77c973673f7ac0760cadd8a620846905392a5
---
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