We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965a09f commit e5654d6Copy full SHA for e5654d6
README.md
@@ -73,7 +73,7 @@ The best practise of using Booster is integrating the specific module to solve t
73
74
```groovy
75
buildscript {
76
- ext.booster_version = '3.3.0'
+ ext.booster_version = '3.3.1'
77
repositories {
78
google()
79
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.3.1-rc3'
+ version = '3.3.1'
35
36
37
mavenLocal()
0 commit comments