[Android] Bump app version to 3.80.0 Alpha 4 for the dogfood build
Nicolas Pomepuy
git at videolan.org
Tue Jun 16 05:49:36 UTC 2026
vlc-android | branch: refs/tags/3.80.0-alpha04 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jun 16 07:49:01 2026 +0200| [898b4f7caa6a7939d3656858c2936d0a75f1abf7] | committer: Nicolas Pomepuy
Bump app version to 3.80.0 Alpha 4 for the dogfood build
> https://code.videolan.org/videolan/vlc-android/commit/898b4f7caa6a7939d3656858c2936d0a75f1abf7
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 5c4bbc2d79..4bc76ad393 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,9 +48,9 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3800030
+ versionCode = 3800040
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- versionName = vlcMajorVersion == 3 ? '3.80.0 Alpha 3' : '4.0.0-preview - ' + versionCode
+ versionName = vlcMajorVersion == 3 ? '3.80.0 Alpha 4' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.17.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.7.4' :'4.0.0-eap28'
medialibraryVersion = '0.13.21' + (vlcMajorVersion == 3 ? '' : '-vlc4')
More information about the Android
mailing list