Skip to content
Snippets Groups Projects
Commit 39267822 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix versions for libvlc and ML

parent 7cb20b3a
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0-dev'
versionCode = 3030000
libvlcVersion = '3.3.0-eap05'
medialibraryVersion = '0.7.0-eap05'
libvlcVersion = '3.3.0-eap06'
medialibraryVersion = '0.7.0-eap06'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -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 = '$rootProject.ext.libvlcVersion'
library_version = "$rootProject.ext.libvlcVersion"
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 = '$rootProject.ext.medialibraryVersion'
library_version = "$rootProject.ext.medialibraryVersion"
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