Skip to content

Commit

Permalink
Publish 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Dec 13, 2021
1 parent baa82cc commit fac8ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 3.2.1
- [service] Add new API `RootService.createBindTask(...)`. Check Javadoc for more details.

## 3.2.0
- [service] All `RootService`s of a single app now run in the same root process. Each root service no longer runs in its own separate process.
- [service] The `BroadcastReceiver` used internally for receiving the `IBinder` reference now uses random UUID as action, effectively making it private and unique per-session. This prevents malicious external apps from injecting its own services into your app.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '3.2.0'
def libsuVersion = '3.2.1'
// The core module is used by all other components
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
Expand Down

0 comments on commit fac8ad6

Please sign in to comment.