提交 e443d371 编写于 作者: J johnsonlee

Release version 3.0.0

上级 757341e8
......@@ -72,12 +72,12 @@ The best practise of using Booster is integrating the specific moudle to solve t
```groovy
buildscript {
ext.booster_version = '2.4.0'
ext.booster_version = '3.0.0'
repositories {
google()
mavenCentral()
jcenter()
// OPTIONAL If you want to use SNAPSHOT version, sonatype repository is required.
maven { url 'https://oss.sonatype.org/content/repositories/public' }
}
......@@ -93,7 +93,7 @@ allprojects {
google()
mavenCentral()
jcenter()
// OPTIONAL If you want to use SNAPSHOT version, sonatype repository is required.
maven { url 'https://oss.sonatype.org/content/repositories/public' }
}
......@@ -103,6 +103,8 @@ apply plugin: 'com.android.application'
apply plugin: 'com.didiglobal.booster' // ③
```
The `plugins` DSL also supported since Booster 3.0.0
Here are all the modules of Booster:
### Common
......
......@@ -31,7 +31,7 @@ allprojects { project ->
apply plugin: 'de.marcphilipp.nexus-publish'
group = 'com.didiglobal.booster'
version = '3.0.0-alpha-3'
version = '3.0.0'
repositories {
mavenLocal()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册