Skip to content

Commit

Permalink
Update build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Davies committed Jul 15, 2014
1 parent 44151c5 commit 858a36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SeekArc_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "20.0"
buildToolsVersion "19.0"
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down
2 changes: 1 addition & 1 deletion SeekArc_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "20.0"
buildToolsVersion "19.0"
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down

0 comments on commit 858a36c

Please sign in to comment.