File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
buildSrc/src/main/kotlin/io/getstream/video/android Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments