Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #85 from trello/dlew/prep-2.0
Browse files Browse the repository at this point in the history
Prepared release v2.0
  • Loading branch information
dlew committed Nov 21, 2016
2 parents 37da48b + 5f3025b commit 945a3e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0 (unreleased)
## 2.0 (2016-11-21)

This major revision was made to support RxJava 2. Navi 2.0 lives in a new namespace and package
names so that it can work side-by-side with Navi 1.0 (while transitioning).
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ RxNavi.observe(naviComponent, Event.CREATE)

## Installation

Currently, Navi 2.x will only be available in the Maven snapshots repository.

```gradle
compile 'com.trello.navi2:navi:2.0-SNAPSHOT'
compile 'com.trello.navi2:navi:2.0'
```

## License
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {
supportAnnotations = "com.android.support:support-annotations:$supportVersion"
supportAppCompat = "com.android.support:appcompat-v7:$supportVersion"

rxJava = 'io.reactivex.rxjava2:rxjava:2.0.0'
rxAndroid = 'io.reactivex.rxjava2:rxandroid:2.0.0'
rxJava = 'io.reactivex.rxjava2:rxjava:2.0.1'
rxAndroid = 'io.reactivex.rxjava2:rxandroid:2.0.1'

junit = 'junit:junit:4.12'
mockito = 'org.mockito:mockito-core:2.2.9'
Expand Down

0 comments on commit 945a3e1

Please sign in to comment.