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

Set medialibrary version to 0.3.90

Because we are waiting for a migration setup
to start the 0.4.x branch
parent d19e8690
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
libvlcVersion = '3.1.0'
medialibraryVersion = '0.4'
medialibraryVersion = '0.3.90'
androidxVersion = '1.0.0'
constraintLayoutVersion = '2.0.0-alpha2'
archVersion = '2.0.0'
......
......@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
ext {
library_version = '0.4'
library_version = '0.3.90'
repoName = 'LibVLC'
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