diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-20 22:16:38 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-20 22:16:38 +0100 |
commit | 9ebe1a4c498056189315f52f14768526f2c6f820 (patch) | |
tree | fa373113d3b20fee1ffb8e6c79931fbf9c0b290e /app/build.gradle | |
parent | a1a3ed0e79082b192473e811bb161e8c445f303b (diff) |
fix the color of the select contextual menu
was showing white on kitkat
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index ef9f332c..84812dbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,12 +25,12 @@ android { } dependencies { - compile "com.android.support:appcompat-v7:22.0.0" - compile "com.android.support:recyclerview-v7:22.0.0" - + compile 'com.android.support:appcompat-v7:22.0.0' + compile 'com.android.support:recyclerview-v7:22.0.0' //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') - compile 'org.eclipse.jgit:org.eclipse.jgit:3.6.2.201501210735-r' + compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.0.201502260915-r' + compile 'com.jcraft:jsch:0.1.52' compile 'org.apache.commons:commons-io:1.3.2' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' } |