File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 3.0.0 * (2024-03-25)*
5
+ ----------------------------
6
+
7
+ * New: Support restarting ` Service ` s with ` triggerServiceRebirth ` .
8
+ * New: Restart an ` Activity ` with only a ` Class ` reference.
9
+ * Change: ` ProcessPheonix ` class no longer extends ` Activity ` . In practice no one should have been relying on this anyway.
10
+
11
+
4
12
Version 2.2.0 * (2024-02-26)*
5
13
----------------------------
6
14
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Download
35
35
--------
36
36
37
37
``` groovy
38
- implementation 'com.jakewharton:process-phoenix:2.2 .0'
38
+ implementation 'com.jakewharton:process-phoenix:3.0 .0'
39
39
```
40
40
41
41
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change 1
1
GROUP =com.jakewharton
2
- VERSION_NAME =2. 3.0-SNAPSHOT
2
+ VERSION_NAME =3.0.0
3
3
4
4
POM_DESCRIPTION =A special activity which facilitates restarting your application process.
5
5
You can’t perform that action at this time.
0 commit comments