Skip to content

Commit

Permalink
Adding mavenCentral just in case
Browse files Browse the repository at this point in the history
This closes apache#309
  • Loading branch information
infil00p committed Jun 9, 2016
1 parent db4d1f5 commit 04a3c9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/templates/project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apply plugin: 'com.android.application'

buildscript {
repositories {
mavenCentral()
jcenter()
}

Expand All @@ -36,6 +37,7 @@ buildscript {
// Allow plugins to declare Maven dependencies via build-extras.gradle.
allprojects {
repositories {
mavenCentral();
jcenter()
}
}
Expand Down

0 comments on commit 04a3c9d

Please sign in to comment.