Skip to content

Commit

Permalink
Prepare for v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-livefront committed Mar 16, 2021
1 parent c55d4a1 commit b8e3b5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.0.0 *(2021-03-16)*
----------------------------

* `Bridge` now depends on AndroidX rather than the support libraries.

Version 1.3.1 *(2021-03-02)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest
* [Limitations](#limitations)
* [Testing](#testing)
* [License](#license)
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v1.1.1/javadoc/index.html)
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.0/javadoc/index.html)

<a name="motivation"></a>
## Motivation
Expand Down Expand Up @@ -140,7 +140,7 @@ repositories {
}
dependencies {
implementation 'com.github.livefront:bridge:v1.3.1'
implementation 'com.github.livefront:bridge:v2.0.0'
}
```

Expand Down

0 comments on commit b8e3b5f

Please sign in to comment.