File tree Expand file tree Collapse file tree
buildSrc/src/main/kotlin/com/skydoves/balloon Expand file tree Collapse file tree 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:
4343
4444``` gradle
4545dependencies {
46- implementation "com.github.skydoves:balloon:1.5.0 "
46+ implementation "com.github.skydoves:balloon:1.5.1 "
4747}
4848```
4949
@@ -66,7 +66,7 @@ repositories {
6666Next, add the below dependency to your ** module** 's ` build.gradle ` file.
6767``` gradle
6868dependencies {
69- implementation "com.github.skydoves:balloon:1.5.1 -SNAPSHOT"
69+ implementation "com.github.skydoves:balloon:1.5.2 -SNAPSHOT"
7070}
7171```
7272
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ object Configuration {
2424 const val minSdkBenchmark = 23
2525 const val majorVersion = 1
2626 const val minorVersion = 5
27- const val patchVersion = 0
27+ const val patchVersion = 1
2828 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
29- const val versionCode = 50
29+ const val versionCode = 51
3030 const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
3131 const val artifactGroup = " com.github.skydoves"
3232}
You can’t perform that action at this time.
0 commit comments