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 Apr 5, 2022
1 parent bfecbd1 commit 23a2cb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.5.3'
ext.booster_version = '4.6.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -122,7 +122,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.5.3'
id 'com.didiglobal.booster' version '4.6.0'
}
```

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

- Add extension property `BaseVariant.mergedNativeLibs: Collection<File>`
- Add extension function `BaseVariant..getReport(String, String): File`
- Fix Jacoco coverage report issue

## v4.5.3

- Fix `mergeResources` task
Expand Down

0 comments on commit 23a2cb3

Please sign in to comment.