Skip to content
Snippets Groups Projects
Commit 8d077d71 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Bump libraries version

parent 1720cac9
No related branches found
No related tags found
No related merge requests found
Pipeline #10408 passed with stage
in 44 minutes and 58 seconds
......@@ -29,8 +29,8 @@ allprojects {
ext {
versionName = '3.3.0-dev'
versionCode = 3030000
libvlcVersion = '3.2-eap12'
medialibraryVersion = '0.5-eap12'
libvlcVersion = '3.2-eap13'
medialibraryVersion = '0.5-eap13'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
......
......@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
def vlcSrcDirs = System.getenv('GRADLE_VLC_SRC_DIRS')
ext {
library_version = '3.2-eap12'
library_version = '3.2-eap13'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"
......
......@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
ext {
library_version = '0.5-eap12'
library_version = '0.5-eap13'
repoName = 'Android'
libraryName = 'Medialibrary-Android'
lib_artifact = "medialibrary-$abi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment