We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733025e commit c5d3372Copy full SHA for c5d3372
buildSrc/src/main/kotlin/com/skydoves/balloon/Configuration.kt
@@ -23,9 +23,9 @@ object Configuration {
23
const val minSdkBenchmark = 23
24
const val majorVersion = 1
25
const val minorVersion = 6
26
- const val patchVersion = 4
+ const val patchVersion = 5
27
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28
- const val versionCode = 59
+ const val versionCode = 60
29
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
30
const val artifactGroup = "com.github.skydoves"
31
}
0 commit comments