[Android] Bump version to v2.5.14
Geoffrey Métais
git at videolan.org
Wed Dec 27 16:25:00 CET 2017
vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 27 16:23:56 2017 +0100| [907a4db6908d6a8ee66dc4a8ff1255616fc47d1f] | committer: Geoffrey Métais
Bump version to v2.5.14
(cherry picked from commit 135b5c9cc2806a6ff1eb7ca8566486a8a8fc1639)
> https://code.videolan.org/videolan/vlc-android/commit/907a4db6908d6a8ee66dc4a8ff1255616fc47d1f
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index a1767324a..07bf962d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,8 +28,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '2.5.13'
- versionCode = 2051300
+ versionName = '2.5.14'
+ versionCode = 2051400
// 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