Skip to content

Commit 9d169cc

Browse files
Prepare release 1.0.16 (#1202)
1 parent dd20b33 commit 9d169cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 = 0
9-
const val patchVersion = 15
9+
const val patchVersion = 16
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1111
const val versionCode = 39
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.1.8"
15-
const val streamWebRtcVersionName = "1.1.1"
14+
const val streamVideoCallGooglePlayVersion = "1.1.9"
15+
const val streamWebRtcVersionName = "1.2.1"
1616
}

0 commit comments

Comments
 (0)