[Android] Bump version to 3.1.1
Geoffrey Métais
git at videolan.org
Fri Mar 29 14:59:45 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Mar 29 14:58:53 2019 +0100| [76c299efc17e661c1b910f32d0aa1978dea65ff3] | committer: Geoffrey Métais
Bump version to 3.1.1
> https://code.videolan.org/videolan/vlc-android/commit/76c299efc17e661c1b910f32d0aa1978dea65ff3
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 6534757b6..a1eb0c9c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
}
ext {
- versionName = '3.1.0'
- versionCode = 3010050
- libvlcVersion = '3.1.8'
- medialibraryVersion = '0.4.10'
+ versionName = '3.1.1'
+ versionCode = 3010100
+ libvlcVersion = '3.1.9'
+ medialibraryVersion = '0.4.11'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
More information about the Android
mailing list