From 08dde991f0b73eea8816ea0dc1a51b06e2499bd8 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 2 Apr 2023 00:37:03 -0700 Subject: [PATCH] Publish libsu 5.0.5 --- CHANGELOG.md | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c086bd4..758b36b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.5 + +- [nio] Optimize internal implementation + ## 5.0.4 - [service] Fix incompatibility with old Linux kernels @@ -14,7 +18,7 @@ ## 5.0.1 -- [nio] Update the remote file system's I/O stream implementation with stream specific optimizations. The throughput is about 2.5x larger. +- [nio] Update the remote file system's I/O stream implementation with stream specific optimizations. The throughput is improved 2.5x. - [nio] Properly annotate nullability of `ExtendedFile`'s `newInputStream()`/`newOutputStream(...)` - The `busybox` module is removed. Pin the `busybox` module to version `5.0.0` if you cannot remove its usage immediately diff --git a/README.md b/README.md index 7f25dd76..8672bc05 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An Android library providing a complete solution for apps using root permissions ```groovy android { compileOptions { - // This library uses Java 8 features, this is required + // The library uses Java 8 features sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }