[Android] Bump version to 3.0.7
Geoffrey Métais
git at videolan.org
Thu May 3 14:29:09 CEST 2018
vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu May 3 14:25:43 2018 +0200| [67fbad573c9f429eab91f0b9edb7ff3ddecd2e58] | committer: Geoffrey Métais
Bump version to 3.0.7
(cherry picked from commit 1c1e0b283180580ae391486ba58e3f4bdc5f89a4)
> https://code.videolan.org/videolan/vlc-android/commit/67fbad573c9f429eab91f0b9edb7ff3ddecd2e58
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 5bf1d9a18..40e59ce44 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ ext {
compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 26
- versionName = '3.0.6'
- versionCode = 3000600
+ versionName = '3.0.7'
+ versionCode = 3000700
// 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