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:
4444
4545``` kotlin
4646dependencies {
47- implementation(" com.github.skydoves:balloon:1.6.9 " )
47+ implementation(" com.github.skydoves:balloon:1.6.10 " )
4848}
4949```
5050
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ object Configuration {
2323 const val minSdkBenchmark = 23
2424 const val majorVersion = 1
2525 const val minorVersion = 6
26- const val patchVersion = 9
26+ const val patchVersion = 10
2727 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
28- const val versionCode = 64
28+ const val versionCode = 65
2929 const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
3030 const val artifactGroup = " com.github.skydoves"
3131}
You can’t perform that action at this time.
0 commit comments