Skip to content

Commit 3f45333

Browse files
Prepare release 1.0.15 (#1193)
1 parent ba29ce4 commit 3f45333

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 = 14
9+
const val patchVersion = 15
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 38
11+
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.7"
14+
const val streamVideoCallGooglePlayVersion = "1.1.8"
1515
const val streamWebRtcVersionName = "1.1.1"
1616
}

0 commit comments

Comments
 (0)