[Android] Update lib versions
Nicolas Pomepuy
git at videolan.org
Tue Apr 21 11:12:33 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Apr 21 08:12:19 2020 +0200| [de78bd7307266d275ce1fbc9e15aa9a75205a538] | committer: Nicolas Pomepuy
Update lib versions
> https://code.videolan.org/videolan/vlc-android/commit/de78bd7307266d275ce1fbc9e15aa9a75205a538
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 566d77a92..8126ca9ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0-dev'
versionCode = 3030000
- libvlcVersion = '3.3.0-eap06'
- medialibraryVersion = '0.7.0-eap06'
+ libvlcVersion = '3.3.0-eap07'
+ medialibraryVersion = '0.7.0-eap07'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list