Skip to content

Commit

Permalink
Use the Google Maven repository for support libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed May 21, 2017
1 parent 031cda2 commit 0e68636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}
}
2 changes: 1 addition & 1 deletion wallet/README
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Get the Android SDK (Tools only) from
and unpack it to your workspace directory. Point your ANDROID_HOME variable to the unpacked Android SDK directory
and switch to it. Use

tools/android update sdk --no-ui --force --all --filter tool,platform-tool,build-tools-25.0.3,android-15,android-25,extra-android-m2repository
tools/android update sdk --no-ui --force --all --filter tool,platform-tool,build-tools-25.0.3,android-15,android-25

to download and install the required Android dependencies.

Expand Down

0 comments on commit 0e68636

Please sign in to comment.