[Android] Update app version
Nicolas Pomepuy
git at videolan.org
Thu Jun 11 13:27:26 CEST 2020
vlc-android | branch: refs/tags/3.3.0-beta05 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun 11 13:24:35 2020 +0200| [4703bd3567dbaed82e795dc2e9d804845dd88fe2] | committer: Nicolas Pomepuy
Update app version
> https://code.videolan.org/videolan/vlc-android/commit/4703bd3567dbaed82e795dc2e9d804845dd88fe2
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index dfe52c2c0..49c5b50fd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0 Beta 4'
- versionCode = 3028400
+ versionName = '3.3.0 Beta 5'
+ versionCode = 3028500
libvlcVersion = '3.3.0-eap13'
medialibraryVersion = '0.7.0-eap13'
minSdkVersion = 17
More information about the Android
mailing list