File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ The best practise of using Booster is integrating the specific moudle to solve t
7272
7373``` groovy
7474buildscript {
75- ext.booster_version = '2.4 .0'
75+ ext.booster_version = '3.0 .0'
7676 repositories {
7777 google()
7878 mavenCentral()
7979 jcenter()
80-
80+
8181 // OPTIONAL If you want to use SNAPSHOT version, sonatype repository is required.
8282 maven { url 'https://oss.sonatype.org/content/repositories/public' }
8383 }
@@ -93,7 +93,7 @@ allprojects {
9393 google()
9494 mavenCentral()
9595 jcenter()
96-
96+
9797 // OPTIONAL If you want to use SNAPSHOT version, sonatype repository is required.
9898 maven { url 'https://oss.sonatype.org/content/repositories/public' }
9999 }
@@ -103,6 +103,8 @@ apply plugin: 'com.android.application'
103103apply plugin: 'com.didiglobal.booster' // ③
104104```
105105
106+ The ` plugins ` DSL also supported since Booster 3.0.0
107+
106108Here are all the modules of Booster:
107109
108110### Common
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 = ' 3.0.0-alpha-3 '
34+ version = ' 3.0.0'
3535
3636 repositories {
3737 mavenLocal()
You can’t perform that action at this time.
0 commit comments