[Android] Bump libvlc and ML versions
Nicolas Pomepuy
git at videolan.org
Wed Sep 9 14:35:19 CEST 2020
vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 8 07:44:08 2020 +0200| [2067258535ec04db4c5fc6395e1251cad3b04d0f] | committer: Nicolas Pomepuy
Bump libvlc and ML versions
> https://code.videolan.org/videolan/vlc-android/commit/2067258535ec04db4c5fc6395e1251cad3b04d0f
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 783dedc7d..784f4e30e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0'
versionCode = 3030000
- libvlcVersion = '3.3.0'
- medialibraryVersion = '0.7.0'
+ libvlcVersion = '3.3.1'
+ medialibraryVersion = '0.7.1'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list