Skip to content

Commit

Permalink
Reverted the incorrect api
Browse files Browse the repository at this point in the history
  • Loading branch information
bangarharshit committed Oct 22, 2017
1 parent 51d7989 commit 7182d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autodispose-rxlifecycle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testApt deps.build.nullAway

compile project(':autodispose')
api deps.misc.rxlifecycle
compile deps.misc.rxlifecycle
compileOnly deps.misc.errorProneAnnotations
compileOnly deps.misc.javaxExtras

Expand Down
2 changes: 1 addition & 1 deletion autodispose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
apt deps.build.nullAway
testApt deps.build.nullAway

implementation deps.rx.java
api deps.rx.java
compileOnly deps.misc.errorProneAnnotations
compileOnly deps.misc.javaxExtras

Expand Down

0 comments on commit 7182d54

Please sign in to comment.