[Android] Update libraries dependencies
Geoffrey Métais
git at videolan.org
Wed Jun 12 17:45:33 CEST 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jun 12 15:47:33 2019 +0200| [66aa5cd709b7a5d8e8eab6dc4b7575361ae0eeb7] | committer: Geoffrey Métais
Update libraries dependencies
> https://code.videolan.org/videolan/vlc-android/commit/66aa5cd709b7a5d8e8eab6dc4b7575361ae0eeb7
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 24b69293a..ddc5e5a05 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,8 +29,8 @@ allprojects {
ext {
versionName = '3.2.0'
versionCode = 3020000
- libvlcVersion = '3.2-eap1'
- medialibraryVersion = '0.5-eap2'
+ libvlcVersion = '3.2-eap3'
+ medialibraryVersion = '0.5-eap3'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
More information about the Android
mailing list