Skip to content

Commit

Permalink
4om.android.tools.build:gradle:0.5.+ を使うように修正 closes #130
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Oct 18, 2013
1 parent c0b8e12 commit f0bcf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter09/AndroidProjectTest/build.gradle
Expand Up @@ -2,7 +2,7 @@ import java.io.File;

buildscript {
repositories { mavenCentral() }
dependencies { classpath 'com.android.tools.build:gradle:0.5.1' }
dependencies { classpath 'com.android.tools.build:gradle:0.5.+' }
}

apply plugin: 'java'
Expand Down

0 comments on commit f0bcf07

Please sign in to comment.