diff --git a/NEWS b/NEWS index 0cd6031b1ccb1b16cb5d042dde66eb945d0cd5df..a2ac67a8a1a3759f4c28768a19c817969a5f0c01 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 3.5.0 RC 1 and 3.5.0 RC 3: +Changes between 3.5.0 RC 1 and 3.5.0: ------------------ * Improve the layout for foldable devices * Fix some sorting issues diff --git a/build.gradle b/build.gradle index c1f0aa95035961f0afe640dc25413d17e8738707..0454a2d268ada1ccd495755418223fd6d5cf9bab 100644 --- a/build.gradle +++ b/build.gradle @@ -37,8 +37,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionName = '3.5.0 RC 3' - versionCode = 3040500 + versionName = '3.5.0' + versionCode = 3050000 libvlcVersion = '3.5.0-eap10' medialibraryVersion = '0.12.0-eap10' minSdkVersion = 17