[Android] Bump libvlc/ML versions
Nicolas Pomepuy
git at videolan.org
Fri Oct 16 08:25:15 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 14 13:27:55 2020 +0200| [fddbe2f07df08abe68c8e22d5b40a9b89ed40531] | committer: Nicolas Pomepuy
Bump libvlc/ML versions
> https://code.videolan.org/videolan/vlc-android/commit/fddbe2f07df08abe68c8e22d5b40a9b89ed40531
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 9efe3709b2..1d4b4bfe52 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.3'
- medialibraryVersion = '0.7.2'
+ libvlcVersion = '3.3.4'
+ medialibraryVersion = '0.7.3'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list