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 c0770e9 commit 3736b47Copy full SHA for 3736b47
buildSrc/src/main/kotlin/io/getstream/core/Configuration.kt
@@ -20,8 +20,8 @@ object Configuration {
20
const val targetSdk = 36
21
const val sampleTargetSdk = 36
22
const val minSdk = 21
23
- const val majorVersion = 0
24
- const val minorVersion = 2
+ const val majorVersion = 1
+ const val minorVersion = 0
25
const val patchVersion = 0
26
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
0 commit comments