Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew York committed Apr 16, 2014
1 parent 82c4c51 commit 72a61f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ColoursLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.8.+'
classpath 'com.android.tools.build:gradle:0.9.+'
}
}

Expand All @@ -18,7 +18,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.0.3"

sourceSets {
main {
Expand All @@ -27,4 +27,4 @@ android {
res.srcDirs = ['res']
}
}
}
}

0 comments on commit 72a61f7

Please sign in to comment.