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

@ -10,7 +10,7 @@ sourceSets {
}
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
compile 'com.android.support:support-v4:19.1.0'
compile 'com.android.support:appcompat-v7:19.1.0'

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'
}