We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fcdaea6 commit 60369f5Copy full SHA for 60369f5
buildSrc/src/main/java/com.chrynan.presentation.buildSrc/LibraryConstants.kt
@@ -5,9 +5,9 @@ object LibraryConstants {
5
const val group = "com.chrynan.presentation"
6
const val owner = "chrynan"
7
const val repoName = "presentation"
8
- const val versionName = "0.5.0"
9
- const val versionCode = 13
10
- const val versionDescription = "Release 0.5.0 (13)"
+ const val versionName = "0.6.0"
+ const val versionCode = 14
+ const val versionDescription = "Release $versionName ($versionCode)"
11
const val license = "Apache-2.0"
12
const val vcsUrl = "https://github.com/chRyNaN/presentation.git"
13
0 commit comments