Skip to content

Commit

Permalink
Dependencies bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Aug 3, 2018
1 parent 2fa21d6 commit e13a06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
supportVersion = '27.1.0'
rxJavaVersion = '2.1.14'
rxJavaVersion = '2.2.0'
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7
shadowPluginVersion = '2.0.2'
Expand All @@ -15,7 +15,7 @@ ext {
junit : 'junit:junit:4.12',
groovy : 'org.codehaus.groovy:groovy:2.4.13',
spock : ['org.spockframework:spock-core:1.1-groovy-2.4',
'cglib:cglib-nodep:3.2.6',
'cglib:cglib-nodep:3.2.7',
'org.objenesis:objenesis:2.6'],
robolectric : 'org.robolectric:robolectric:3.8',
electricspock : 'com.github.hkhc:electricspock:0.9',
Expand Down

0 comments on commit e13a06f

Please sign in to comment.