Skip to content

Commit

Permalink
[skip ci] Update README & RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Aug 25, 2022
1 parent 70179e8 commit eb16fc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.12.0'
ext.booster_version = '4.13.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -124,7 +124,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.12.0'
id 'com.didiglobal.booster' version '4.13.0'
}
```

Expand Down
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v4.13.0

- Fix incompatibility issue of `ShadowScheduledThreadPoolExecutor` on Android 5.1.1 and below
- Fix issue [#364](https://github.com/didi/booster/issues/364) booster transform cannot be registered successfully
- Fix issue [#368](https://github.com/didi/booster/issues/368) by removing JAR signature related files to prevent JAR signature verification
- Fix issue [#370](https://github.com/didi/booster/issues/370) by improving the compatibility of AGP 7.2.0+
- Improve [booster-aapt2](https://github.com/didi/booster/blob/v4.13.0/booster-aapt2) compatibility

## v4.12.0

- Enable class set cache for static analysis to reduce memory footprint
Expand Down

0 comments on commit eb16fc5

Please sign in to comment.