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 757ab5d commit 9447db3Copy full SHA for 9447db3
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 = 3
+ const val patchVersion = 4
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 50
+ const val versionCode = 51
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
- const val streamVideoCallGooglePlayVersion = "1.4.3"
+ const val streamVideoCallGooglePlayVersion = "1.4.4"
15
const val streamWebRtcVersionName = "1.3.6"
16
}
0 commit comments