Publish libsu 5.0.4

This commit is contained in:
topjohnwu 2023-01-09 01:51:13 +08:00
parent cca5732f2e
commit b934017443
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 5.0.4
- [service] Fix incompatibility with old Linux kernels
- [service] Workaround broken framework implementations in some LG ROMs
## 5.0.3
- [core] Fix `ShellUtils.escapedString(String)`

View File

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