Update gradle plugin, update gradle test plugin

This commit is contained in:
Dominik Schürmann 2015-03-26 22:56:28 +01:00
parent f62a5eded4
commit adbe5ab63f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ buildscript {
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
classpath 'com.novoda:gradle-android-test-plugin:0.10.1'
classpath 'com.novoda:gradle-android-test-plugin:0.10.4'
}
}

View File

@ -5,7 +5,7 @@ buildscript {
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.3'
classpath files('gradle-witness.jar')
}
}