File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ The best practise of using Booster is integrating the specific module to solve t
7373
7474``` groovy
7575buildscript {
76- ext.booster_version = '4.1 .0'
76+ ext.booster_version = '4.2 .0'
7777 repositories {
7878 google()
7979 mavenCentral()
@@ -121,7 +121,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
121121
122122``` groovy
123123plugins {
124- id 'com.didiglobal.booster' version '4.1 .0'
124+ id 'com.didiglobal.booster' version '4.2 .0'
125125}
126126```
127127
Original file line number Diff line number Diff line change 1+ ## v4.2.0
2+
3+ - Add Android stub APIs
4+ - Fix bug of the classpath of class pool
5+ - Add runtime instrumentation support
6+
17## v4.1.0
28
39- Fix issue [ #258 ] ( https://github.com/didi/booster/issues/258 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects { project ->
3131 apply plugin : ' maven-publish'
3232
3333 group = ' com.didiglobal.booster'
34- version = ' 4.1 .0'
34+ version = ' 4.2 .0'
3535
3636 repositories {
3737 mavenLocal()
You can’t perform that action at this time.
0 commit comments