We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2324e commit f5aed95Copy full SHA for f5aed95
2 files changed
README.md
@@ -119,7 +119,7 @@ Add the following dependency in your app's build.gradle
119
120
```groovy
121
dependencies {
122
- implementation 'nl.dionsegijn:konfetti:1.2.3'
+ implementation 'nl.dionsegijn:konfetti:1.2.4'
123
}
124
```
125
[  ](https://bintray.com/danielmartinus/maven/Konfetti/_latestVersion)
konfetti/build.gradle
@@ -9,7 +9,7 @@ ext {
9
10
publishedGroupId = 'nl.dionsegijn'
11
artifact = 'konfetti'
12
- libraryVersion = "1.2.3"
+ libraryVersion = "1.2.4"
13
14
libraryName = 'konfetti'
15
libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'
0 commit comments