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

Update to 3.2 beta 2

parent 51bc326b
No related branches found
Tags 3.2.0-beta-02
No related merge requests found
......@@ -27,10 +27,10 @@ allprojects {
}
ext {
versionName = '3.2.0-beta-1'
versionCode = 3019100
libvlcVersion = '3.2-eap7'
medialibraryVersion = '0.5-eap7'
versionName = '3.2.0-beta-2'
versionCode = 3019200
libvlcVersion = '3.2-eap8'
medialibraryVersion = '0.5-eap8'
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-eap7'
library_version = '3.2-eap8'
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-eap7'
library_version = '0.5-eap8'
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