We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b05e65 commit 11b15faCopy full SHA for 11b15fa
1 file changed
konfetti/build.gradle
@@ -8,7 +8,7 @@ ext {
8
9
publishedGroupId = 'nl.dionsegijn'
10
artifact = 'konfetti'
11
- libraryVersion = "1.1.0"
+ libraryVersion = "1.1.1"
12
13
libraryName = 'konfetti'
14
libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'
@@ -32,7 +32,7 @@ android {
32
defaultConfig {
33
minSdkVersion 15
34
targetSdkVersion 27
35
- versionCode 3
+ versionCode 4
36
versionName libraryVersion
37
}
38
buildTypes {
0 commit comments