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 34084c6 commit d9fa368Copy full SHA for d9fa368
buildSrc/src/main/kotlin/io/getstream/feeds/android/Configuration.kt
@@ -21,8 +21,8 @@ object Configuration {
21
const val sampleTargetSdk = 36
22
const val minSdk = 21
23
const val majorVersion = 0
24
- const val minorVersion = 1
25
- const val patchVersion = 0
+ const val minorVersion = 0
+ const val patchVersion = 1
26
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
28
const val artifactGroup = "io.getstream"
0 commit comments