Skip to content

Commit

Permalink
migrate from mavenCentral to jcenter (which is now the default for An…
Browse files Browse the repository at this point in the history
…droid Studio)
  • Loading branch information
maxme committed Aug 28, 2015
1 parent e930aaf commit 11f42bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
Expand All @@ -12,7 +12,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down

0 comments on commit 11f42bd

Please sign in to comment.