[Android] Bump app version to 3.80.0 Alpha 2 for the dogfood build

Nicolas Pomepuy git at videolan.org
Mon Mar 23 11:10:52 UTC 2026


vlc-android | branch: refs/tags/3.80.0-alpha02 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Mar 23 11:32:50 2026 +0100| [951969ad4105772d850e0a505b05aea3c0006789] | committer: Nicolas Pomepuy

Bump app version to 3.80.0 Alpha 2 for the dogfood build

> https://code.videolan.org/videolan/vlc-android/commit/951969ad4105772d850e0a505b05aea3c0006789
---

 build.gradle | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index f7992f6d04..4b3dfe2077 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,10 +44,9 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3800000
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.80.0 Alpha 1'
+    versionCode = 3800010
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    versionName = vlcMajorVersion == 3 ? '3.7.1 Beta 1' : '4.0.0-preview - ' + versionCode
+    versionName = vlcMajorVersion == 3 ? '3.80.0 Alpha 2' : '4.0.0-preview - ' + versionCode
     remoteAccessVersion = '0.12.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.7.0' :'4.0.0-eap24'
     medialibraryVersion = '0.13.17' + (vlcMajorVersion == 3 ? '' : '-vlc4')



More information about the Android mailing list