[Android] Bump version to 2.5.17
Geoffrey Métais
git at videolan.org
Tue Jan 16 15:38:35 CET 2018
vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 16 15:36:47 2018 +0100| [a51247083c9ce50636f09790a1b4c526e320cbf1] | committer: Geoffrey Métais
Bump version to 2.5.17
(cherry picked from commit 9c0df90280e7e3115e843fac7b2f79a8173bee50)
> https://code.videolan.org/videolan/vlc-android/commit/a51247083c9ce50636f09790a1b4c526e320cbf1
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 99c41e782..2f2720dbb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,8 +28,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '2.5.16'
- versionCode = 2051600
+ versionName = '2.5.17'
+ versionCode = 2051700
// 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