Skip to content

Commit 696e7b3

Browse files
Prepare release 1.5.0 (#1356)
1 parent 5e310a1 commit 696e7b3

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 = 4
9-
const val patchVersion = 5
8+
const val minorVersion = 5
9+
const val patchVersion = 0
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 54
11+
const val versionCode = 55
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.4.5"
14+
const val streamVideoCallGooglePlayVersion = "1.5.0"
1515
const val streamWebRtcVersionName = "1.3.6"
1616
}

0 commit comments

Comments
 (0)