File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
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.0 .0'
76+ ext.booster_version = '4.1 .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.0 .0'
124+ id 'com.didiglobal.booster' version '4.1 .0'
125125}
126126```
127127
Original file line number Diff line number Diff line change 1+ ## v4.1.0
2+
3+ - Fix issue [ #258 ] ( https://github.com/didi/booster/issues/258 )
4+ - Fix bug when install in android-R machine: no compress arsc file.
5+
6+ ## v4.0.0
7+
8+ - Support AGP 7.0
9+
110## v3.5.0
211
312- Fix ` booster-transform-r-inline ` 支持 ` constraintlayout ` ` v2.0 `
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects { project ->
3131 apply plugin : ' de.marcphilipp.nexus-publish'
3232
3333 group = ' com.didiglobal.booster'
34- version = ' 4.0 .0'
34+ version = ' 4.1 .0'
3535
3636 repositories {
3737 mavenLocal()
@@ -164,8 +164,8 @@ nexusStaging {
164164 packageGroup = " com.didiglobal"
165165 username = OSSRH_USERNAME
166166 password = OSSRH_PASSWORD
167- numberOfRetries = 50
168- delayBetweenRetriesInMillis = 3000
167+ numberOfRetries = 100
168+ delayBetweenRetriesInMillis = 5000
169169}
170170
171171task reference (type : org.jetbrains.dokka.gradle.DokkaTask , group : ' Documentation' ) {
You can’t perform that action at this time.
0 commit comments