We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c82baec + ff17694 commit f383095Copy full SHA for f383095
1 file changed
README.md
@@ -48,7 +48,7 @@ repositories {
48
}
49
50
dependencies {
51
- compileOnly 'com.github.max1mde:ChatBubbles-API:1.4.1'
+ compileOnly 'com.github.max1mde:ChatBubbles-API:1.5.3'
52
53
```
54
Kotlin DSL
@@ -58,7 +58,7 @@ repositories {
58
59
60
61
- compileOnly("com.github.max1mde:ChatBubbles-API:1.4.1")
+ compileOnly("com.github.max1mde:ChatBubbles-API:1.5.3")
62
63
64
@@ -74,7 +74,7 @@ dependencies {
74
<dependency>
75
<groupId>com.github.max1mde</groupId>
76
<artifactId>ChatBubbles-API</artifactId>
77
- <version>1.4.1</version>
+ <version>1.5.3</version>
78
<scope>provided</scope>
79
</dependency>
80
0 commit comments