From b1cd669f14039215631734776932b2ac2b287f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 18 Apr 2014 20:54:13 +0200 Subject: Update maven libs and use fixed version --- OpenKeychain/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenKeychain') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 73b46dafb..32ce30ea2 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -8,8 +8,8 @@ sourceSets { } dependencies { - compile 'com.android.support:support-v4:19.0.1' - compile 'com.android.support:appcompat-v7:19.0.1' + compile 'com.android.support:support-v4:19.1.0' + compile 'com.android.support:appcompat-v7:19.1.0' compile project(':OpenKeychain-API:libraries:openpgp-api-library') compile project(':OpenKeychain-API:libraries:openkeychain-api-library') compile project(':extern:html-textview') @@ -25,10 +25,10 @@ dependencies { // Dependencies for the `testLocal` task, make sure to list all your global dependencies here as well testLocalCompile 'junit:junit:4.11' - testLocalCompile 'org.robolectric:robolectric:2.1.+' + testLocalCompile 'org.robolectric:robolectric:2.2' testLocalCompile 'com.google.android:android:4.1.1.4' - testLocalCompile 'com.android.support:support-v4:19.0.1' - testLocalCompile 'com.android.support:appcompat-v7:19.0.1' + testLocalCompile 'com.android.support:support-v4:19.1.0' + testLocalCompile 'com.android.support:appcompat-v7:19.1.0' testLocalCompile project(':OpenKeychain-API:libraries:openpgp-api-library') testLocalCompile project(':OpenKeychain-API:libraries:openkeychain-api-library') testLocalCompile project(':extern:html-textview') -- cgit v1.2.3