Skip to content

Commit e443d37

Browse files
committed
Release version 3.0.0
1 parent 757341e commit e443d37

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ The best practise of using Booster is integrating the specific moudle to solve t
7272
7373
```groovy
7474
buildscript {
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'
103103
apply plugin: 'com.didiglobal.booster' // ③
104104
```
105105

106+
The `plugins` DSL also supported since Booster 3.0.0
107+
106108
Here are all the modules of Booster:
107109

108110
### Common

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)