We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259d3dd commit bb71fa0Copy full SHA for bb71fa0
2 files changed
README.md
@@ -124,7 +124,7 @@ Add the following dependency in your app's build.gradle
124
125
```groovy
126
dependencies {
127
- implementation 'nl.dionsegijn:konfetti:1.2.5'
+ implementation 'nl.dionsegijn:konfetti:1.2.6'
128
}
129
```
130
[  ](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.5"
+ libraryVersion = "1.2.6"
13
14
libraryName = 'konfetti'
15
libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'
0 commit comments