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 @@ -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.6 " )
46
+ implementation(" com.github.skydoves:balloon:1.6.7 " )
47
47
}
48
48
```
49
49
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 = 6
26
+ const val patchVersion = 7
27
27
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
28
- const val versionCode = 61
28
+ const val versionCode = 62
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