[Android] Bump the version code for a new beta

Nicolas Pomepuy git at videolan.org
Tue Oct 8 10:30:54 UTC 2024


vlc-android | branch: refs/tags/3.6.0-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct  8 12:14:41 2024 +0200| [36ad2cea325e026f9f80b73ee4b05043ff3d2d6a] | committer: Nicolas Pomepuy

Bump the version code for a new beta

> https://code.videolan.org/videolan/vlc-android/commit/36ad2cea325e026f9f80b73ee4b05043ff3d2d6a
---

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 9c5153fe9a..85052895ae 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +39,7 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050510
+    versionCode = 3050610
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 1'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'



More information about the Android mailing list