mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
Add maven local as a repo to allow the CI to build the medialibrary
The medialibrary needs the libvlc artifact to be built. During the artifact release process, the only place it's available is maven local.
This commit is contained in:
parent
78ce29cb43
commit
3cfe2254e3
@ -8,6 +8,7 @@ buildscript {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:$android_plugin_version"
|
||||
|
Loading…
Reference in New Issue
Block a user