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 60960f5 commit 1e51a6fCopy full SHA for 1e51a6f
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 = 0
+ const val minorVersion = 1
9
const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
0 commit comments