[Android] Bump version to 3.2.1
Geoffrey Métais
git at videolan.org
Thu Oct 31 11:50:01 CET 2019
vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Oct 31 11:32:28 2019 +0100| [3c4adb040a8fe4b3aff25bf8f523f76a14647ec4] | committer: Geoffrey Métais
Bump version to 3.2.1
> https://code.videolan.org/videolan/vlc-android/commit/3c4adb040a8fe4b3aff25bf8f523f76a14647ec4
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 5e2bf201c..3662100b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,8 +27,8 @@ allprojects {
}
ext {
- versionName = '3.2.0'
- versionCode = 3020000
+ versionName = '3.2.1'
+ versionCode = 3020100
libvlcVersion = '3.2.0'
medialibraryVersion = '0.6.0'
minSdkVersion = 17
More information about the Android
mailing list