Skip to content

Commit c55c20e

Browse files
Prepare release 1.2.0 (#1264)
1 parent 773fca1 commit c55c20e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ object Configuration {
55
const val targetSdk = 35
66
const val minSdk = 24
77
const val majorVersion = 1
8-
const val minorVersion = 1
8+
const val minorVersion = 2
99
const val patchVersion = 0
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 44
11+
const val versionCode = 45
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.1.14"
15-
const val streamWebRtcVersionName = "1.2.1"
14+
const val streamVideoCallGooglePlayVersion = "1.2.0"
15+
const val streamWebRtcVersionName = "1.3.5"
1616
}

0 commit comments

Comments
 (0)