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 a59ea47 commit 00a2049Copy full SHA for 00a2049
buildSrc/src/main/kotlin/io/getstream/chat/android/Configuration.kt
@@ -6,8 +6,8 @@ object Configuration {
6
const val sampleTargetSdk = 35
7
const val minSdk = 21
8
const val majorVersion = 6
9
- const val minorVersion = 22
10
- const val patchVersion = 1
+ const val minorVersion = 23
+ const val patchVersion = 0
11
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
0 commit comments