[Android] Bump version to 3.1.0

Geoffrey Métais git at videolan.org
Wed Mar 20 15:34:04 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar 20 15:33:41 2019 +0100| [244825eafed57a421626f10703254b4b64b09ba8] | committer: Geoffrey Métais

Bump version to 3.1.0

> https://code.videolan.org/videolan/vlc-android/commit/244825eafed57a421626f10703254b4b64b09ba8
---

 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4e5a35bd1..e320f22a3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
 }
 
 ext {
-    versionName = '3.1.0-RC4'
-    versionCode = 3010040
-    libvlcVersion = '3.1.7'
-    medialibraryVersion = '0.4.9'
+    versionName = '3.1.0'
+    versionCode = 3010050
+    libvlcVersion = '3.1.8'
+    medialibraryVersion = '0.4.10'
     minSdkVersion = 17
     targetSdkVersion = 28
     compileSdkVersion = 28



More information about the Android mailing list