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 b62d5d0 commit dae7626Copy full SHA for dae7626
buildSrc/src/main/kotlin/io/getstream/avatarview/Configuration.kt
@@ -6,9 +6,9 @@ object Configuration {
6
const val minSdk = 21
7
const val majorVersion = 1
8
const val minorVersion = 0
9
- const val patchVersion = 1
+ const val patchVersion = 2
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 2
+ const val versionCode = 3
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
}
0 commit comments