[Android] Bump the lib versions to 3.5.0-eap1 / 0.10.0-eap1
Nicolas Pomepuy
git at videolan.org
Fri Jan 7 10:50:28 UTC 2022
vlc-android | branch: refs/tags/libvlc-3.5.0-eap1 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jan 6 15:49:31 2022 +0100| [c3563172003d1b585b94d19d8d43bd3700b59abb] | committer: Nicolas Pomepuy
Bump the lib versions to 3.5.0-eap1 / 0.10.0-eap1
> https://code.videolan.org/videolan/vlc-android/commit/c3563172003d1b585b94d19d8d43bd3700b59abb
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index c11d11954..6a09896d2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.3'
versionCode = 3040300
- libvlcVersion = '3.4.7'
- medialibraryVersion = '0.9.7'
+ libvlcVersion = '3.5.0-eap1'
+ medialibraryVersion = '0.10.0-eap1'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30
More information about the Android
mailing list