Skip to content

Commit

Permalink
Merge pull request #23 from proppy/add-jcenter
Browse files Browse the repository at this point in the history
add jcenter to the default repositories
  • Loading branch information
proppy committed Jul 2, 2015
2 parents e1f26dd + 5a93366 commit 5e6b590
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions MoreTeapots/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions Teapot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions bitmap-plasma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions endless-tunnel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions gles3jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions hello-gl2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions hello-jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions native-activity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions native-audio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions native-codec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions native-media/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions native-plasma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down
1 change: 1 addition & 0 deletions san-angeles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
maven {
url "http://dl.bintray.com/android/android-tools"
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.1.0'
Expand Down

0 comments on commit 5e6b590

Please sign in to comment.