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 a830d9a commit 248d409Copy full SHA for 248d409
buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt
@@ -8,7 +8,7 @@ object Configuration {
8
const val minorVersion = 1
9
const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 43
+ const val versionCode = 44
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
const val streamVideoCallGooglePlayVersion = "1.1.14"
0 commit comments