Browse Source

build.gradle: update the build tools and gradle plugin

master
Reece H. Dunn 11 years ago
parent
commit
453d4a3792
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      android/build.gradle

+ 3
- 3
android/build.gradle View File

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 {

Loading…
Cancel
Save