aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-18 20:54:13 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-18 20:54:13 +0200
commitb1cd669f14039215631734776932b2ac2b287f64 (patch)
tree25b80c6917439bfabd5fcf13116ba27199fd14c0 /OpenKeychain/build.gradle
parent19d3fcec7a669d54e65ffa399dec5bbd9ae4e22d (diff)
downloadopen-keychain-b1cd669f14039215631734776932b2ac2b287f64.tar.gz
open-keychain-b1cd669f14039215631734776932b2ac2b287f64.tar.bz2
open-keychain-b1cd669f14039215631734776932b2ac2b287f64.zip
Update maven libs and use fixed version
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle10
1 files changed, 5 insertions, 5 deletions
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')