[Android] Bump version to 2.5.15
Geoffrey Métais
git at videolan.org
Fri Dec 29 16:42:32 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Dec 29 16:42:15 2017 +0100| [cb366618ea134a1c8c767a9a749137d3e536ae9d] | committer: Geoffrey Métais
Bump version to 2.5.15
> https://code.videolan.org/videolan/vlc-android/commit/cb366618ea134a1c8c767a9a749137d3e536ae9d
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index cc6879a8e..55c4559ca 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '2.5.14'
- versionCode = 2051400
+ versionName = '2.5.15'
+ versionCode = 2051500
// 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