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 #104 from trello/dlew/prep-v2.1.0
Browse files Browse the repository at this point in the history
Prepared release v2.1.0
  • Loading branch information
dlew committed Oct 25, 2018
2 parents c09e6e7 + ca31bed commit 5a1111e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0 (2018-10-25)

**Notice: As of this release, the navi library is deprecated in favor of [lifecycle-aware components](https://developer.android.com/topic/libraries/architecture/lifecycle). No more development will be taking place.**

* [#103](https://github.com/trello/navi/pull/103) Switched to AndroidX libraries

## 2.0.1 (2018-05-20)

* [#93](https://github.com/trello/navi/pull/93) Make NaviAppCompatDialogFragment extend from AppCompatDialogFragment
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Adds listeners for `Activity` and `Fragment`.

## Deprecated

The navi library is deprecated in favor of [lifecycle-aware components](https://developer.android.com/topic/libraries/architecture/lifecycle). No more development will be taking place.

## Why?

In a word: **composition**.
Expand Down Expand Up @@ -43,12 +47,12 @@ RxNavi.observe(naviComponent, Event.CREATE)
## Installation

```gradle
compile 'com.trello.navi2:navi:2.0.1'
compile 'com.trello.navi2:navi:2.1.0'
```

## License

Copyright (C) 2016 Trello
Copyright (C) 2018 Trello

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.trello.navi2
VERSION_NAME=2.0.1-SNAPSHOT
VERSION_NAME=2.1.0-SNAPSHOT

POM_URL=https://github.com/trello/navi
POM_SCM_URL=https://github.com/trello/navi
Expand Down

0 comments on commit 5a1111e

Please sign in to comment.