File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildSrc/src/main/kotlin/com/skydoves/balloon Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
43
43
44
44
``` kotlin
45
45
dependencies {
46
- implementation(" com.github.skydoves:balloon:1.6.3 " )
46
+ implementation(" com.github.skydoves:balloon:1.6.4 " )
47
47
}
48
48
```
49
49
@@ -66,7 +66,7 @@ repositories {
66
66
Next, add the below dependency to your ** module** 's ` build.gradle ` file.
67
67
``` kotlin
68
68
dependencies {
69
- implementation(" com.github.skydoves:balloon:1.6.4 -SNAPSHOT" )
69
+ implementation(" com.github.skydoves:balloon:1.6.5 -SNAPSHOT" )
70
70
}
71
71
```
72
72
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ object Configuration {
23
23
const val minSdkBenchmark = 23
24
24
const val majorVersion = 1
25
25
const val minorVersion = 6
26
- const val patchVersion = 3
26
+ const val patchVersion = 4
27
27
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
28
- const val versionCode = 58
28
+ const val versionCode = 59
29
29
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
30
30
const val artifactGroup = " com.github.skydoves"
31
31
}
You can’t perform that action at this time.
0 commit comments