[Android] Bump version to 3.0.10
Geoffrey Métais
git at videolan.org
Tue May 22 16:14:54 CEST 2018
vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue May 22 16:08:48 2018 +0200| [0cefd0649861d52a93b3a48c4b1c0574a276d2b1] | committer: Geoffrey Métais
Bump version to 3.0.10
(cherry picked from commit 396a43d2750bdb7867e79fecfb6dd868b2269387)
> https://code.videolan.org/videolan/vlc-android/commit/0cefd0649861d52a93b3a48c4b1c0574a276d2b1
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index f150dcf1f..b14b698f7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '3.0.9'
- versionCode = 3000900
+ versionName = '3.0.10'
+ versionCode = 3001000
// 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