Adding local m2 repository for internal builds

Change-Id: I83d05367b8225405e7256fde1b834447ba19f339
pull/1837/head
Don Turner 3 years ago
parent 7e22cf6b3d
commit 83ba41407d

@ -18,6 +18,9 @@ buildscript {
repositories {
google()
mavenCentral()
// Android Build Server
maven { url = uri("../nowinandroid-prebuilts/m2repository") }
}
dependencies {

Loading…
Cancel
Save