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 8d6931c commit 3b6026cCopy full SHA for 3b6026c
buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt
@@ -6,11 +6,11 @@ object Configuration {
6
const val minSdk = 24
7
const val majorVersion = 1
8
const val minorVersion = 4
9
- const val patchVersion = 1
+ const val patchVersion = 2
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
const val versionCode = 49
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
- const val streamVideoCallGooglePlayVersion = "1.4.1"
+ const val streamVideoCallGooglePlayVersion = "1.4.2"
15
const val streamWebRtcVersionName = "1.3.6"
16
}
0 commit comments