Skip to content

Commit

Permalink
Upgrade gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
stormzhang committed Dec 18, 2014
1 parent f4707a2 commit 7486b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
Expand All @@ -11,6 +11,6 @@ buildscript {

allprojects {
repositories {
mavenCentral()
jcenter()
}
}
2 changes: 1 addition & 1 deletion extras/ShimmerAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-library'

android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
buildToolsVersion "21.1.1"

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit 7486b05

Please sign in to comment.