Skip to content

Commit

Permalink
Use mavenLocal() repository to get hold of Android artifacts
Browse files Browse the repository at this point in the history
Fixes #77
  • Loading branch information
serso committed Feb 18, 2017
1 parent 675f801 commit 523947b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {

allprojects {
repositories {
mavenLocal()
maven {
url "file://${System.env.ANDROID_HOME}/extras/android/m2repository/"
}
Expand Down

0 comments on commit 523947b

Please # to comment.