Skip to content

Commit 2dc6dd4

Browse files
committed
Bump android libraries: RecyclerView and AndroidAnnotations.
1 parent 32a8833 commit 2dc6dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildsystem/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ ext {
1414
//Libraries
1515
daggerVersion = '2.0.2'
1616
butterKnifeVersion = '7.0.1'
17-
recyclerViewVersion = '22.2.0'
17+
recyclerViewVersion = '23.0.1'
1818
rxJavaVersion = '1.0.14'
1919
rxAndroidVersion = '1.0.1'
2020
javaxAnnotationVersion = '1.0'
2121
gsonVersion = '2.3'
2222
okHttpVersion = '2.5.0'
23-
androidAnnotationsVersion = '22.2.0'
23+
androidAnnotationsVersion = '23.0.1'
2424

2525
//Testing
2626
robolectricVersion = '3.0'

0 commit comments

Comments
 (0)