Use fixed gradle versions

This commit is contained in:
Dominik Schürmann
2014-06-04 10:22:05 +02:00
parent 6cb791d567
commit 52f1f30846
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
// NOTE: Always use version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
// 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:0.10.0'
classpath 'org.robolectric.gradle:gradle-android-test-plugin:0.10.0'
}