Browse Source

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.
pipelines/135724
Nicolas Pomepuy 5 years ago
parent
commit
3cfe2254e3
  1. 1
      build.gradle

1
build.gradle

@ -8,6 +8,7 @@ buildscript {
google()
jcenter()
mavenCentral()
mavenLocal()
}
dependencies {
classpath "com.android.tools.build:gradle:$android_plugin_version"

Loading…
Cancel
Save