From f07497a39cee82cfe6e4f059148ea9b3d0a66c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 24 Aug 2015 11:37:11 -0700 Subject: [PATCH] Revert appcompat-v7 to 22.1.1. Closes #356. 22.2.* have an issue where all the text in the app becomes gray, both in the light and dark themes. We'll see if appcompat 23.* fixes this issue. --- F-Droid/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index f5aba75e7..dd6b19597 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -17,7 +17,7 @@ if ( !hasProperty( 'sourceDeps' ) ) { dependencies { compile 'com.android.support:support-v4:22.2.1' - compile 'com.android.support:appcompat-v7:22.2.1' + compile 'com.android.support:appcompat-v7:22.1.1' compile 'com.android.support:support-annotations:22.2.1' compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0' @@ -71,7 +71,7 @@ if ( !hasProperty( 'sourceDeps' ) ) { } compile 'com.android.support:support-v4:22.2.1', - 'com.android.support:appcompat-v7:22.2.1', + 'com.android.support:appcompat-v7:22.1.1', 'com.android.support:support-annotations:22.2.1' androidTestCompile 'commons-io:commons-io:2.2'