@@ -111,6 +111,7 @@ dependencies {
111
111
compile (' com.manuelpeinado.fadingactionbar:fadingactionbar:3.+@aar' )
112
112
compile ' com.pspdfkit:pspdfkit:1.0.0@aar'
113
113
compile ' com.android.support:support-v4:21.0.3'
114
+ compile " com.android.support:appcompat-v7:21.0.3"
114
115
compile ' com.android.support:support-v13:20.0.0'
115
116
compile ' com.squareup.okhttp:okhttp:2.0.0'
116
117
compile ' com.squareup.okhttp:okhttp-urlconnection:2.0.0'
@@ -123,6 +124,7 @@ dependencies {
123
124
compile ' commons-codec:commons-codec:1.9'
124
125
compile ' de.greenrobot:eventbus:2.2.1'
125
126
compile ' com.path:android-priority-jobqueue:1.1.2'
127
+ compile ' com.github.navasmdc:MaterialDesign:1.+@aar'
126
128
compile ' it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'
127
129
compile ' com.github.castorflex.smoothprogressbar:library:1.0.0'
128
130
compile ' com.netflix.rxjava:rxjava-core:0.20.5'
@@ -131,8 +133,10 @@ dependencies {
131
133
compile (' com.pnikosis:materialish-progress:1.1' ) {
132
134
exclude group : " com.android.support"
133
135
}
134
- compile ' com.google.android.gms:play-services:5.0.+ '
136
+ compile ' com.google.android.gms:play-services-base:6.5.87 '
135
137
compile ' com.github.johnpersano:supertoasts:1.3.4@aar'
138
+ compile ' me.grantland:autofittextview:0.2.+'
139
+ compile ' com.readystatesoftware.systembartint:systembartint:1.0.3'
136
140
}
137
141
138
142
task wrapper (type : Wrapper ) {
0 commit comments