From 6cb791d567e5205f2ca41e1afbc1015864841ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 4 Jun 2014 10:21:28 +0200 Subject: Use fixed gradle versions --- OpenKeychain/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'OpenKeychain') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 11dd7f21c..c30de8de7 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -10,6 +10,8 @@ sourceSets { } dependencies { + // NOTE: Always use 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' compile project(':extern:openpgp-api-lib') @@ -27,8 +29,8 @@ dependencies { // Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well androidTestCompile 'junit:junit:4.10' - androidTestCompile 'org.robolectric:robolectric:2.1.+' - androidTestCompile 'com.squareup:fest-android:1.0.+' + androidTestCompile 'org.robolectric:robolectric:2.3' + androidTestCompile 'com.squareup:fest-android:1.0.8' androidTestCompile 'com.google.android:android:4.1.1.4' androidTestCompile 'com.android.support:support-v4:19.1.0' androidTestCompile 'com.android.support:appcompat-v7:19.1.0' -- cgit v1.2.3