File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 5.0.5
2+
3+ - [ nio] Optimize internal implementation
4+
15## 5.0.4
26
37- [ service] Fix incompatibility with old Linux kernels
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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ An Android library providing a complete solution for apps using root permissions
1515``` groovy
1616android {
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 }
You can’t perform that action at this time.
0 commit comments