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 575886b commit ab83a27Copy full SHA for ab83a27
1 file changed
buildSrc/src/main/kotlin/com/github/skydoves/balloon/Configuration.kt
@@ -22,9 +22,9 @@ object Configuration {
22
const val minSdk = 17
23
const val majorVersion = 1
24
const val minorVersion = 4
25
- const val patchVersion = 4
+ const val patchVersion = 5
26
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27
- const val versionCode = 45
+ const val versionCode = 46
28
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
29
const val artifactGroup = "com.github.skydoves"
30
}
0 commit comments