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