We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5db4f commit 7bef4fcCopy full SHA for 7bef4fc
README.md
@@ -72,7 +72,7 @@ The best practise of using Booster is integrating the specific module to solve t
72
73
```groovy
74
buildscript {
75
- ext.booster_version = '3.0.0'
+ ext.booster_version = '3.1.0'
76
repositories {
77
google()
78
mavenCentral()
build.gradle
@@ -31,7 +31,7 @@ allprojects { project ->
31
apply plugin: 'de.marcphilipp.nexus-publish'
32
33
group = 'com.didiglobal.booster'
34
- version = '3.1.0-alpha5'
+ version = '3.1.0'
35
36
37
mavenLocal()
0 commit comments