| mavenCentral() | mavenCentral() | ||||
| } | } | ||||
| dependencies { | dependencies { | ||||
| classpath 'com.android.tools.build:gradle:0.8.+' | |||||
| classpath 'com.android.tools.build:gradle:0.10.+' | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| dependencies { | dependencies { | ||||
| instrumentTestCompile 'org.hamcrest:hamcrest-all:1.3' | |||||
| androidTestCompile 'org.hamcrest:hamcrest-all:1.3' | |||||
| } | } | ||||
| android { | android { | ||||
| buildToolsVersion '19.0' | |||||
| buildToolsVersion '19.1' | |||||
| compileSdkVersion 18 | compileSdkVersion 18 | ||||
| defaultConfig { | defaultConfig { |