diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0d808..a9bc9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* ---------------------------- diff --git a/README.md b/README.md index db4303b..d713dfa 100644 --- a/README.md +++ b/README.md @@ -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) ## Motivation @@ -140,7 +140,7 @@ repositories { } dependencies { - implementation 'com.github.livefront:bridge:v1.3.1' + implementation 'com.github.livefront:bridge:v2.0.0' } ```