[Android] Bump libvlc/ML versions
Nicolas Pomepuy
git at videolan.org
Wed Oct 21 09:02:41 CEST 2020
vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 14 13:27:55 2020 +0200| [3bc5a7bc968b799354b5520f1a1b54e4d4db1229] | committer: Nicolas Pomepuy
Bump libvlc/ML versions
(cherry picked from commit fddbe2f07df08abe68c8e22d5b40a9b89ed40531)
> https://code.videolan.org/videolan/vlc-android/commit/3bc5a7bc968b799354b5520f1a1b54e4d4db1229
---
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