[Android] Bump artifacts versions
Nicolas Pomepuy
git at videolan.org
Thu Sep 3 13:04:14 CEST 2020
vlc-android | branch: refs/tags/libvlc-3.3.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep 3 13:02:37 2020 +0200| [68f0e959ffb588e6e11296412f19557da9f6b865] | committer: Nicolas Pomepuy
Bump artifacts versions
> https://code.videolan.org/videolan/vlc-android/commit/68f0e959ffb588e6e11296412f19557da9f6b865
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 5fd040529..d1273718b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0 RC 4'
versionCode = 3029300
- libvlcVersion = '3.3.0-eap17'
- medialibraryVersion = '0.7.0-eap17'
+ libvlcVersion = '3.3.0'
+ medialibraryVersion = '0.7.0'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
More information about the Android
mailing list