[Android] Bump version to 3.0.95
Geoffrey Métais
git at videolan.org
Tue Jan 22 16:49:59 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 22 16:49:28 2019 +0100| [1267083c22070af708e68b9d79265bc2a1a475a4] | committer: Geoffrey Métais
Bump version to 3.0.95
And set medialibrary dependency to v0.4.2
> https://code.videolan.org/videolan/vlc-android/commit/1267083c22070af708e68b9d79265bc2a1a475a4
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 12473efbf..7768bd4dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
}
ext {
- versionName = '3.0.94'
- versionCode = 3009400
+ versionName = '3.0.95'
+ versionCode = 3009500
libvlcVersion = '3.1.2'
- medialibraryVersion = '0.4.1'
+ medialibraryVersion = '0.4.2'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
More information about the Android
mailing list