Public libsu 5.2.1

This commit is contained in:
topjohnwu 2023-09-03 23:29:41 -07:00
parent ee17e20a4d
commit 21441f6a94
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 5.2.1
- [service] Fix issue on OnePlus devices when using `Context` internally.
## 5.2.0
- [core] Shell status code `Shell.ROOT_MOUNT_MASTER` is no longer returned as there is no way to reliably determine this information.
@ -5,8 +9,8 @@
## 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
- [service] Workaround more broken LG system framework
- [service] Properly support multiuser/work profile
## 5.0.5

View File

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