Publish libsu 5.3.0

This commit is contained in:
topjohnwu 2024-06-18 03:51:51 -07:00
parent 04d58ee3ac
commit fe296c8ac2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## 5.3.0
- [core] New API `Shell.Builder.setCommands(String...)`
- [core] New internal task scheduling implementation
- [core] Remove deprecated `Shell.sh/su` methods
- [service] Fix support on pre-6.0 devices
- [service] Fix crashes on some LG devices
## 5.2.2
- [service] Disable `dex2oat` when loading trampoline JAR

View File

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