[Android] Bump version to 3.1.1

Geoffrey Métais git at videolan.org
Fri Mar 29 15:00:06 CET 2019


vlc-android | branch: 3.1.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Mar 29 14:58:53 2019 +0100| [a256dbd39c76f0e1b232ea855833d6efd0d1bd6b] | committer: Geoffrey Métais

Bump version to 3.1.1

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

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

diff --git a/build.gradle b/build.gradle
index e320f22a3..5b5700f32 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
 }
 
 ext {
-    versionName = '3.1.0'
-    versionCode = 3010050
-    libvlcVersion = '3.1.8'
-    medialibraryVersion = '0.4.10'
+    versionName = '3.1.1'
+    versionCode = 3010100
+    libvlcVersion = '3.1.9'
+    medialibraryVersion = '0.4.11'
     minSdkVersion = 17
     targetSdkVersion = 28
     compileSdkVersion = 28



More information about the Android mailing list