Skip to content

Commit 3b6026c

Browse files
Prepare release 1.4.2 (#1318)
1 parent 8d6931c commit 3b6026c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ object Configuration {
66
const val minSdk = 24
77
const val majorVersion = 1
88
const val minorVersion = 4
9-
const val patchVersion = 1
9+
const val patchVersion = 2
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1111
const val versionCode = 49
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.4.1"
14+
const val streamVideoCallGooglePlayVersion = "1.4.2"
1515
const val streamWebRtcVersionName = "1.3.6"
1616
}

0 commit comments

Comments
 (0)