Bump version to 3.0.92

This commit is contained in:
Geoffrey Métais 2018-12-18 16:34:31 +01:00
parent 53c14be3b0
commit cf7934d652

View File

@ -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