[Android] On the road to 2.5.6

Jean-Baptiste Kempf git at videolan.org
Fri Oct 20 19:12:37 CEST 2017


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 20 19:12:25 2017 +0200| [0ff43431c7471556881a8bfb82252a5584cabcbe] | committer: Jean-Baptiste Kempf

On the road to 2.5.6

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

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

diff --git a/build.gradle b/build.gradle
index 14d3bf47d..12705c9d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,8 +28,8 @@ ext {
     compileSdkVersion = 26
     minSdkVersion = 9
     targetSdkVersion = 26
-    versionName = '2.5.5'
-    versionCode = 2050500
+    versionName = '2.5.6'
+    versionCode = 2050600
 //    versionCode scheme is T M NN RR AA
 //    T: Target/Flavour (1 for Android, 2 for Chrome?)
 //    M: Major version from 0 to 9



More information about the Android mailing list