Skip to content

Commit 3172496

Browse files
Prepare release 1.3.1 (#1292)
1 parent 3f6c56b commit 3172496

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 = 3
9-
const val patchVersion = 0
9+
const val patchVersion = 1
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 46
11+
const val versionCode = 47
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.3.0"
14+
const val streamVideoCallGooglePlayVersion = "1.3.1"
1515
const val streamWebRtcVersionName = "1.3.6"
1616
}

0 commit comments

Comments
 (0)