Skip to content

Commit

Permalink
update gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyfh committed Dec 10, 2015
1 parent 5ed110b commit bf14542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.8.+'
classpath 'com.android.tools.build:gradle:1.1.1'
}
}
apply plugin: 'android'
Expand All @@ -13,8 +13,8 @@ dependencies {
}

android {
compileSdkVersion 19
buildToolsVersion "19.0.3"
compileSdkVersion 22
buildToolsVersion "22.0.1"

sourceSets {
main {
Expand Down

0 comments on commit bf14542

Please sign in to comment.