[Android] Bump version to 3.0.93
Geoffrey Métais
git at videolan.org
Fri Jan 11 16:09:54 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 11 16:09:46 2019 +0100| [70e078a5f88f852a0351f80cfc5fd085f8b992ea] | committer: Geoffrey Métais
Bump version to 3.0.93
> https://code.videolan.org/videolan/vlc-android/commit/70e078a5f88f852a0351f80cfc5fd085f8b992ea
---
NEWS | 11 +++++++++++
build.gradle | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5aea718d7..f0ea32dd0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 3.0.92 and 3.0.93:
+------------------
+
+Application:
+ * Option to group videos by folders
+ * SMB 2/3 support
+ * Add a preference to disable Casting
+ * Option to not show video title during transitions
+ * Play artists tracks sorted by correct album order
+ * Bugfixes
+
Changes between 3.0.91 and 3.0.92:
------------------
diff --git a/build.gradle b/build.gradle
index fc599a6d1..d9cd1e427 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,8 +27,8 @@ allprojects {
}
ext {
- versionName = '3.0.92'
- versionCode = 3009200
+ versionName = '3.0.93'
+ versionCode = 3009300
libvlcVersion = '3.1.1'
medialibraryVersion = '0.4.1'
minSdkVersion = 17
More information about the Android
mailing list