提交 1be4253b 编写于 作者: J johnsonlee

Release version 0.8.0

上级 0e5e82fe
......@@ -59,7 +59,7 @@ The plugin can be added to the buildscript classpath and applied:
```groovy
buildscript {
ext.booster_version = '0.7.0'
ext.booster_version = '0.8.0'
repositories {
google()
mavenCentral()
......@@ -92,7 +92,7 @@ The integration method above is just for convenience, the best practise of using
```groovy
buildscript {
ext.booster_version = '0.7.0'
ext.booster_version = '0.8.0'
repositories {
google()
mavenCentral()
......
......@@ -19,7 +19,7 @@ allprojects { project ->
apply plugin: 'signing'
group = 'com.didiglobal.booster'
version = '0.7.0'
version = '0.8.0'
repositories {
mavenLocal()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册