[Android] Bump version to 3.1.2
Geoffrey Métais
git at videolan.org
Tue Apr 9 14:20:32 CEST 2019
vlc-android | branch: 3.1.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Apr 9 14:08:44 2019 +0200| [8dfcc6a212eae0a6150c988b5a9ef798f76813b5] | committer: Geoffrey Métais
Bump version to 3.1.2
> https://code.videolan.org/videolan/vlc-android/commit/8dfcc6a212eae0a6150c988b5a9ef798f76813b5
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index a1eb0c9c6..22d3a2da9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
}
ext {
- versionName = '3.1.1'
- versionCode = 3010100
- libvlcVersion = '3.1.9'
- medialibraryVersion = '0.4.11'
+ versionName = '3.1.2'
+ versionCode = 3010200
+ libvlcVersion = '3.1.10'
+ medialibraryVersion = '0.4.12'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
More information about the Android
mailing list