[Android] Bump to v3.0.90
Geoffrey Métais
git at videolan.org
Tue Dec 11 18:07:32 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 11 18:06:02 2018 +0100| [61a3ea72f539a1b7827002ee6e054ca24c2bc3cf] | committer: Geoffrey Métais
Bump to v3.0.90
> https://code.videolan.org/videolan/vlc-android/commit/61a3ea72f539a1b7827002ee6e054ca24c2bc3cf
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index ef32f8f9c..300639408 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,13 +27,13 @@ allprojects {
}
ext {
- versionName = '3.0.13'
- versionCode = 3001300
+ versionName = '3.0.90'
+ versionCode = 3009000
+ libvlcVersion = '3.1.0'
+ medialibraryVersion = '0.4.0'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
- libvlcVersion = '3.1.0'
- medialibraryVersion = '0.3.90'
androidxCoreVersion = '1.0.1'
androidxVersion = '1.0.0'
androidxAppcompatVersion = '1.0.2'
More information about the Android
mailing list