[Android] Bump app version to 3.4.0 Beta 3
Nicolas Pomepuy
git at videolan.org
Thu Jul 15 11:52:55 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jul 15 13:47:55 2021 +0200| [1aa9a14966c72541e991c8c1f467aad1ef6eaf5b] | committer: Nicolas Pomepuy
Bump app version to 3.4.0 Beta 3
> https://code.videolan.org/videolan/vlc-android/commit/1aa9a14966c72541e991c8c1f467aad1ef6eaf5b
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 7425658ca..a14142fdd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.4.0 Beta 2 and 3.4.0 Beta 3:
+------------------
+ * Bug fixes
+
Changes between 3.4.0 Beta 1 and 3.4.0 Beta 2:
------------------
* New onboarding
diff --git a/build.gradle b/build.gradle
index fd73187cd..9875d4948 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.4.0 Beta 2'
- versionCode = 3030420
+ versionName = '3.4.0 Beta 3'
+ versionCode = 3030430
libvlcVersion = '3.4.0-eap6'
medialibraryVersion = '0.9.0-eap6'
minSdkVersion = 17
More information about the Android
mailing list