File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The best practise of using Booster is integrating the specific module to solve t
7474
7575``` groovy
7676buildscript {
77- ext.booster_version = '4.15.0 '
77+ ext.booster_version = '4.16.1 '
7878 repositories {
7979 google()
8080 mavenCentral()
@@ -122,7 +122,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
122122
123123``` groovy
124124plugins {
125- id 'com.didiglobal.booster' version '4.15.0 '
125+ id 'com.didiglobal.booster' version '4.16.1 '
126126}
127127```
128128
Original file line number Diff line number Diff line change 1+ ## v4.16.1
2+
3+ - Fix issue [ #406 ] ( https://github.com/didi/booster/issues/406 ) : incremental build with jar removal
4+ - Fix issue [ #407 ] ( https://github.com/didi/booster/issues/407 ) : Apple M1 chipset support for cwebp
5+
16## v4.15.0
27
38- Fix issue [ #381 ] ( https://github.com/didi/booster/issues/381 )
You can’t perform that action at this time.
0 commit comments