Skip to content

Commit 08dde99

Browse files
committed
Publish libsu 5.0.5
1 parent 8e6a340 commit 08dde99

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.5
2+
3+
- [nio] Optimize internal implementation
4+
15
## 5.0.4
26

37
- [service] Fix incompatibility with old Linux kernels
@@ -14,7 +18,7 @@
1418

1519
## 5.0.1
1620

17-
- [nio] Update the remote file system's I/O stream implementation with stream specific optimizations. The throughput is about 2.5x larger.
21+
- [nio] Update the remote file system's I/O stream implementation with stream specific optimizations. The throughput is improved 2.5x.
1822
- [nio] Properly annotate nullability of `ExtendedFile`'s `newInputStream()`/`newOutputStream(...)`
1923
- The `busybox` module is removed. Pin the `busybox` module to version `5.0.0` if you cannot remove its usage immediately
2024

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An Android library providing a complete solution for apps using root permissions
1515
```groovy
1616
android {
1717
compileOptions {
18-
// This library uses Java 8 features, this is required
18+
// The library uses Java 8 features
1919
sourceCompatibility JavaVersion.VERSION_1_8
2020
targetCompatibility JavaVersion.VERSION_1_8
2121
}

0 commit comments

Comments
 (0)