Skip to content

Commit

Permalink
Publish libsu 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jun 18, 2024
1 parent 04d58ee commit fe296c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.3.0

- [core] New API `Shell.Builder.setCommands(String...)`
- [core] New internal task scheduling implementation
- [core] Remove deprecated `Shell.sh/su` methods
- [service] Fix support on pre-6.0 devices
- [service] Fix crashes on some LG devices

## 5.2.2

- [service] Disable `dex2oat` when loading trampoline JAR
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '5.2.2'
def libsuVersion = '5.3.0'
// The core module that provides APIs to a shell
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
Expand Down

0 comments on commit fe296c8

Please sign in to comment.