Skip to content

Commit

Permalink
Prepare version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 26, 2024
1 parent 6f982eb commit 46b02ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 2.2.0 *(2024-02-26)*
----------------------------

* New: Support for launching the default Leanback intent on Android TV.
* Strict mode's unsafe intent policy is now automatically disabled before launching back into the main application.


Version 2.1.2 *(2021-08-13)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Download
--------

```groovy
implementation 'com.jakewharton:process-phoenix:2.1.2'
implementation 'com.jakewharton:process-phoenix:2.2.0'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
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.jakewharton
VERSION_NAME=2.2.0-SNAPSHOT
VERSION_NAME=2.2.0

POM_DESCRIPTION=A special activity which facilitates restarting your application process.

Expand Down

0 comments on commit 46b02ec

Please sign in to comment.