Adding local m2 repository for internal builds

Change-Id: I83d05367b8225405e7256fde1b834447ba19f339
pull/205/head
Don Turner 2 years ago
parent 6a0beb57ec
commit a6250811ec

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

Loading…
Cancel
Save