[Android] Bump version to 3.0.92
Geoffrey Métais
git at videolan.org
Tue Dec 18 16:35:08 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 18 16:34:31 2018 +0100| [cf7934d652d4753f7be83314c6d28caff572215e] | committer: Geoffrey Métais
Bump version to 3.0.92
> https://code.videolan.org/videolan/vlc-android/commit/cf7934d652d4753f7be83314c6d28caff572215e
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 442157c9b..029d39c58 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,16 +19,16 @@ buildscript {
allprojects {
repositories {
google()
- jcenter()
maven {
url "https://dl.bintray.com/videolan/Android"
}
+ jcenter()
}
}
ext {
- versionName = '3.0.91'
- versionCode = 3009100
+ versionName = '3.0.92'
+ versionCode = 3009200
libvlcVersion = '3.1.0'
medialibraryVersion = '0.4.0'
minSdkVersion = 17
More information about the Android
mailing list