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.
This commit is contained in:
Daniel Martí 2015-08-24 11:37:11 -07:00
parent 64c1d7fa04
commit f07497a39c

View File

@ -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'