Skip to content

Commit 7080ea2

Browse files
Prepare release 1.0.14 (#1180)
1 parent 0cac26c commit 7080ea2

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 = 13
9+
const val patchVersion = 14
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 37
11+
const val versionCode = 38
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.1.6"
14+
const val streamVideoCallGooglePlayVersion = "1.1.7"
1515
const val streamWebRtcVersionName = "1.1.1"
1616
}

0 commit comments

Comments
 (0)