Skip to content

Commit

Permalink
Merge pull request #2505 from thesohelshaikh/patch-1
Browse files Browse the repository at this point in the history
Fix typo in changelog
  • Loading branch information
pyricau committed May 16, 2023
2 parents bb02e91 + c796998 commit 071cda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Expand Up @@ -304,7 +304,7 @@ Hopefully this time we fixed everything that Android 12 broke: missing `exported

Running an Android Service without crashing (`ForegroundServiceStartNotAllowedException`...) is becoming harder with every release of Android, so I got rid of the LeakCanary heap analyzer service! Instead, LeakCanary leverages WorkManager if you already have it as a dependency. If you don't use WorkManager, then LeakCanary will fall back to using a simple thread.

Note: I recommend using at least [WorkManager 2.7.0](https://developer.android.com/jetpack/androidx/releases/work#2.7.0) as it adds the `WorkRequest.Builder.setExpedited()` API which LeakCanarty leverages if available.
Note: I recommend using at least [WorkManager 2.7.0](https://developer.android.com/jetpack/androidx/releases/work#2.7.0) as it adds the `WorkRequest.Builder.setExpedited()` API which LeakCanary leverages if available.

### Multi process

Expand Down

0 comments on commit 071cda3

Please sign in to comment.