[Android] Bump version to 2.5.8
Geoffrey Métais
git at videolan.org
Tue Nov 7 15:54:02 CET 2017
vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Nov 7 15:53:25 2017 +0100| [076d2892faf8ac557ce05476eb98c96e43faf03e] | committer: Geoffrey Métais
Bump version to 2.5.8
> https://code.videolan.org/videolan/vlc-android/commit/076d2892faf8ac557ce05476eb98c96e43faf03e
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 216ecc416..ce1f24eec 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,8 +28,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '2.5.7'
- versionCode = 2050700
+ versionName = '2.5.8'
+ versionCode = 2050800
// 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