Skip to content

Commit

Permalink
Fix RxComprehensions to only include the 1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pakoito committed Sep 21, 2016
1 parent 1b4c00d commit e77a180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functionalrx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compile 'com.github.pakoito:RxCurrying:1.1.0'
compile 'com.github.pakoito:RxFunctions:1.0.0'
compile 'com.github.pakoito:RxActions:1.0.0'
compile 'com.github.pakoito:RxComprehensions:1.0.0'
compile 'com.github.pakoito.RxComprehensions:rxcomprehensions:1.0.0'
}

install {
Expand Down

0 comments on commit e77a180

Please sign in to comment.