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 94749b6 commit 4810194Copy full SHA for 4810194
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 = 1
9
- const val patchVersion = 2
+ const val patchVersion = 3
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