Skip to content

Commit

Permalink
Support non-standard path of Android Support Repository
Browse files Browse the repository at this point in the history
Summary:This is needed in cases when the Android Support Repository is on a non-standard path.

**Test plan (required)**

CircleCI tests on this pull request.
Closes facebook#7096

Differential Revision: D3207267

Pulled By: mkonicek

fb-gh-sync-id: 7539407f485341352faadc3b07d2c1459e0527f5
fbshipit-source-id: 7539407f485341352faadc3b07d2c1459e0527f5
  • Loading branch information
Martin Konicek authored and Facebook Github Bot 9 committed Apr 21, 2016
1 parent 8b31472 commit cfa45be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ allprojects {
repositories {
jcenter()
mavenLocal()

def androidSdk = System.getenv("ANDROID_SDK")
maven {
url "$androidSdk/extras/m2repository/"
}
}
}

0 comments on commit cfa45be

Please sign in to comment.