Publish libsu 5.1.0

This commit is contained in:
topjohnwu 2023-05-26 11:18:40 -07:00
parent e7dcf62693
commit c9f1a6e7a5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 5.1.0
- [core] New API `Shell.Job.enqueue()` which returns `Future<Shell.Result>` in case you need to retrive asynchronous results without using callbacks
- [services] Workaround more broken LG system framework
- [services] Properly support multiuser/work profile
## 5.0.5
- [nio] Optimize internal implementation

View File

@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '5.0.4'
def libsuVersion = '5.1.0'
// The core module that provides APIs to a shell
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"