We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cac26c commit 7080ea2Copy full SHA for 7080ea2
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 = 0
9
- const val patchVersion = 13
+ const val patchVersion = 14
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 37
+ const val versionCode = 38
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
- const val streamVideoCallGooglePlayVersion = "1.1.6"
+ const val streamVideoCallGooglePlayVersion = "1.1.7"
15
const val streamWebRtcVersionName = "1.1.1"
16
}
0 commit comments