From c9f1a6e7a5c11aa3b83eeadb8abf616d47dac049 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 26 May 2023 11:18:40 -0700 Subject: [PATCH] Publish libsu 5.1.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758b36b8..6f9e92ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 5.1.0 + +- [core] New API `Shell.Job.enqueue()` which returns `Future` 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 diff --git a/README.md b/README.md index 8672bc05..3b9d294c 100644 --- a/README.md +++ b/README.md @@ -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}"