[Android] Update version for 3.3.0 Beta 4
Nicolas Pomepuy
git at videolan.org
Mon May 18 15:17:30 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon May 18 15:16:00 2020 +0200| [7962519547c812ef4a081c6f566c9752945587af] | committer: Nicolas Pomepuy
Update version for 3.3.0 Beta 4
> https://code.videolan.org/videolan/vlc-android/commit/7962519547c812ef4a081c6f566c9752945587af
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 61c55cd7f..ef23fd18f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0 Beta 3'
- versionCode = 3028300
+ versionName = '3.3.0 Beta 4'
+ versionCode = 3028400
libvlcVersion = '3.3.0-eap12'
medialibraryVersion = '0.7.0-eap12'
minSdkVersion = 17
More information about the Android
mailing list