Skip to content

Commit

Permalink
Added jcenter() (only where absolutely necessary)
Browse files Browse the repository at this point in the history
We aren't directly using it, but it's used by some of Android's
build tools.
  • Loading branch information
dlew committed Jul 29, 2018
1 parent 0fa9f96 commit 6e2e731
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions rxlifecycle-android-lifecycle-kotlin/build.gradle
Expand Up @@ -14,6 +14,7 @@ android {
repositories {
mavenCentral()
google()
jcenter()
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions rxlifecycle-android-lifecycle/build.gradle
Expand Up @@ -13,6 +13,7 @@ android {
repositories {
mavenCentral()
google()
jcenter()
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions rxlifecycle-android/build.gradle
Expand Up @@ -13,6 +13,7 @@ android {
repositories {
mavenCentral()
google()
jcenter()
}

dependencies {
Expand Down

0 comments on commit 6e2e731

Please sign in to comment.