[Android] Bump libs versions
Nicolas Pomepuy
git at videolan.org
Thu Nov 19 07:00:16 CET 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 18 14:13:31 2020 +0100| [1cfa52a6f51bc2d5efebcf1e2e031b1c88624517] | committer: Nicolas Pomepuy
Bump libs versions
> https://code.videolan.org/videolan/vlc-android/commit/1cfa52a6f51bc2d5efebcf1e2e031b1c88624517
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 3b384286e..eb9480941 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.2 Beta 3'
versionCode = 3030170
- libvlcVersion = '3.3.7'
- medialibraryVersion = '0.7.6'
+ libvlcVersion = '3.3.8'
+ medialibraryVersion = '0.7.7'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list