Skip to content

Commit

Permalink
Merge pull request #48 from felipeska/update_gradle
Browse files Browse the repository at this point in the history
update gradle
  • Loading branch information
Todd-Davies committed Feb 27, 2015
2 parents 420a264 + 436f9e3 commit 05c4974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.8.+'
classpath 'com.android.tools.build:gradle:1.0.1'
}
}

apply plugin: 'android'
apply plugin: 'android-library'

android {

compileSdkVersion 17
buildToolsVersion "19.0.3"
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 8
Expand Down

0 comments on commit 05c4974

Please sign in to comment.