File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/com/skydoves/balloon Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
44
44
45
45
``` kotlin
46
46
dependencies {
47
- implementation(" com.github.skydoves:balloon:1.6.8 " )
47
+ implementation(" com.github.skydoves:balloon:1.6.9 " )
48
48
}
49
49
```
50
50
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 = 8
26
+ const val patchVersion = 9
27
27
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
28
- const val versionCode = 63
28
+ const val versionCode = 64
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