Skip to content

Commit 11b15fa

Browse files
Update to version 1.1.1
1 parent 9b05e65 commit 11b15fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

konfetti/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88

99
publishedGroupId = 'nl.dionsegijn'
1010
artifact = 'konfetti'
11-
libraryVersion = "1.1.0"
11+
libraryVersion = "1.1.1"
1212

1313
libraryName = 'konfetti'
1414
libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'
@@ -32,7 +32,7 @@ android {
3232
defaultConfig {
3333
minSdkVersion 15
3434
targetSdkVersion 27
35-
versionCode 3
35+
versionCode 4
3636
versionName libraryVersion
3737
}
3838
buildTypes {

0 commit comments

Comments
 (0)