diff --git a/CHANGELOG.md b/CHANGELOG.md index a767dc76..644f6ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index eb2a1daa..07731334 100644 --- a/README.md +++ b/README.md @@ -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}"