[Android] Bump version to 2.5.10
Geoffrey Métais
git at videolan.org
Tue Nov 21 16:17:14 CET 2017
vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Nov 21 16:08:55 2017 +0100| [b15c0a4f888b25c1b5e695e209381e1d1c11f982] | committer: Geoffrey Métais
Bump version to 2.5.10
(cherry picked from commit 900be8b7c171c35af8c9e8caab7f55a764fe1dbb)
> https://code.videolan.org/videolan/vlc-android/commit/b15c0a4f888b25c1b5e695e209381e1d1c11f982
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index d7f5f74f2..2ce08259d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,8 +28,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '2.5.9'
- versionCode = 2050900
+ versionName = '2.5.10'
+ versionCode = 2051000
// 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