[Android] Bump lib versions
Nicolas Pomepuy
git at videolan.org
Thu Nov 26 11:42:39 CET 2020
vlc-android | branch: refs/tags/libvlc-3.3.10 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Nov 26 11:36:57 2020 +0100| [627ae5c7adcdf3bd49bcf22dbd2940ee7dad541b] | committer: Nicolas Pomepuy
Bump lib versions
> https://code.videolan.org/videolan/vlc-android/commit/627ae5c7adcdf3bd49bcf22dbd2940ee7dad541b
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 6eb1976f0..747ae827a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.3 Beta 1'
versionCode = 3030250
- libvlcVersion = '3.3.9'
- medialibraryVersion = '0.7.8'
+ libvlcVersion = '3.3.10'
+ medialibraryVersion = '0.7.9'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list