We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc6dd4 commit 5e8dbbaCopy full SHA for 5e8dbba
buildsystem/dependencies.gradle
@@ -14,13 +14,13 @@ ext {
14
//Libraries
15
daggerVersion = '2.0.2'
16
butterKnifeVersion = '7.0.1'
17
- recyclerViewVersion = '23.0.1'
+ recyclerViewVersion = '21.0.3'
18
rxJavaVersion = '1.0.14'
19
rxAndroidVersion = '1.0.1'
20
javaxAnnotationVersion = '1.0'
21
gsonVersion = '2.3'
22
okHttpVersion = '2.5.0'
23
- androidAnnotationsVersion = '23.0.1'
+ androidAnnotationsVersion = '21.0.3'
24
25
//Testing
26
robolectricVersion = '3.0'
0 commit comments