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 @@ -50,7 +50,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
5050
5151``` kotlin
5252dependencies {
53- implementation(" com.github.skydoves:balloon:1.7.3 " )
53+ implementation(" com.github.skydoves:balloon:1.7.4 " )
5454}
5555```
5656
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 = 7
26- const val patchVersion = 3
26+ const val patchVersion = 4
2727 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
28- const val versionCode = 72
28+ const val versionCode = 73
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