[Android] Bump app version to 3.80.0 Alpha 5 for the dogfood build
Nicolas Pomepuy
git at videolan.org
Tue Jul 21 13:00:08 UTC 2026
vlc-android | branch: refs/tags/3.80.0-alpha05 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 21 14:59:17 2026 +0200| [da4da6582a2701bb6f1cb537a7f755527ff53e53] | committer: Nicolas Pomepuy
Bump app version to 3.80.0 Alpha 5 for the dogfood build
> https://code.videolan.org/videolan/vlc-android/commit/da4da6582a2701bb6f1cb537a7f755527ff53e53
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 852252e913..3a780158d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,9 +67,9 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3800040
+ versionCode = 3800050
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- versionName = vlcMajorVersion == 3 ? '3.80.0 Alpha 4' : '4.0.0-preview - ' + versionCode
+ versionName = vlcMajorVersion == 3 ? '3.80.0 Alpha 5' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.19.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.7.5' :'4.0.0-eap29'
medialibraryVersion = '0.13.22' + (vlcMajorVersion == 3 ? '' : '-vlc4')
More information about the Android
mailing list