[Android] Bump version to 3.0.1
Geoffrey Métais
git at videolan.org
Fri Feb 16 15:28:02 CET 2018
vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 16 15:12:51 2018 +0100| [2ae98f99e0431fc0aaf5607974ecdf452422516c] | committer: Geoffrey Métais
Bump version to 3.0.1
(cherry picked from commit f74bd90a5a5672bd1c51dd42337e385b1cd101c0)
> https://code.videolan.org/videolan/vlc-android/commit/2ae98f99e0431fc0aaf5607974ecdf452422516c
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index cbe024437..016a070b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '3.0.0'
- versionCode = 3000000
+ versionName = '3.0.1'
+ versionCode = 3000100
// 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