Browse Source

Bump app to 3.5.0

merge-requests/1466/merge 3.5.0
Duncan McNamara 4 years ago
parent
commit
5855fc645a
  1. 2
      NEWS
  2. 4
      build.gradle

2
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

4
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

Loading…
Cancel
Save