File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/com/skydoves/orchestra Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131Next, add the dependency below to your ** module** 's ` build.gradle ` file:
3232``` gradle
3333dependencies {
34- implementation "com.github.skydoves:orchestra-balloon:1.1.4 "
34+ implementation "com.github.skydoves:orchestra-balloon:1.1.5 "
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ object Configuration {
2222 const val minSdk = 21
2323 const val majorVersion = 1
2424 const val minorVersion = 1
25- const val patchVersion = 4
25+ const val patchVersion = 5
2626 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
27- const val versionCode = 14
27+ const val versionCode = 15
2828 const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
2929 const val artifactGroup = " com.github.skydoves"
3030}
You can’t perform that action at this time.
0 commit comments