diff --git a/CHANGELOG.md b/CHANGELOG.md index 4746c121..a767dc76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index f669c184..eb2a1daa 100644 --- a/README.md +++ b/README.md @@ -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}"