[Android] Bump libs versions
Nicolas Pomepuy
git at videolan.org
Thu Nov 12 16:38:54 CET 2020
vlc-android | branch: refs/tags/libvlc-3.3.7 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Nov 12 16:36:48 2020 +0100| [790ccbdc3618b066484012e4bee8b7edd5b85ea7] | committer: Nicolas Pomepuy
Bump libs versions
> https://code.videolan.org/videolan/vlc-android/commit/790ccbdc3618b066484012e4bee8b7edd5b85ea7
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index b68de48de..6ba1001a6 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.6'
- medialibraryVersion = '0.7.5'
+ libvlcVersion = '3.3.7'
+ medialibraryVersion = '0.7.6'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list