Skip to content

Commit

Permalink
Publish libsu 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Apr 2, 2023
1 parent 8e6a340 commit 08dde99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.5

- [nio] Optimize internal implementation

## 5.0.4

- [service] Fix incompatibility with old Linux kernels
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 08dde99

Please sign in to comment.