Publish libsu 5.2.2

This commit is contained in:
topjohnwu 2023-12-08 16:55:18 +08:00
parent f0246c763d
commit 30da926945
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 5.2.2
- [service] Disable `dex2oat` when loading trampoline JAR
## 5.2.1
- [service] Fix issue on OnePlus devices when using `Context` internally.

View File

@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '5.2.1'
def libsuVersion = '5.2.2'
// The core module that provides APIs to a shell
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"