[Android] Update app version
Nicolas Pomepuy
git at videolan.org
Thu Jun 11 13:26:52 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun 11 13:24:35 2020 +0200| [0438d73fa015a75dd304190d79657d65e8775e0d] | committer: Nicolas Pomepuy
Update app version
> https://code.videolan.org/videolan/vlc-android/commit/0438d73fa015a75dd304190d79657d65e8775e0d
---
NEWS | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 017a8335d..3ac6875a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.3.0-beta-04 and 3.3.0-beta-05:
+------------------
+
+Application:
+ * Behavior improvements
+ * Crash fixes
+
Changes between 3.3.0-beta-01 and 3.3.0-beta-02:
------------------
diff --git a/build.gradle b/build.gradle
index dfe52c2c0..49c5b50fd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0 Beta 4'
- versionCode = 3028400
+ versionName = '3.3.0 Beta 5'
+ versionCode = 3028500
libvlcVersion = '3.3.0-eap13'
medialibraryVersion = '0.7.0-eap13'
minSdkVersion = 17
More information about the Android
mailing list