We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0350d22 commit 61bcfb5Copy full SHA for 61bcfb5
1 file changed
buildSrc/src/main/kotlin/io/getstream/Configurations.kt
@@ -5,7 +5,7 @@ object Configurations {
5
const val targetSdk = 33
6
const val minSdk = 21
7
const val majorVersion = 1
8
- const val minorVersion = 1
+ const val minorVersion = 2
9
const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
0 commit comments