We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d455d commit 5ee5be6Copy full SHA for 5ee5be6
buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt
@@ -5,8 +5,8 @@ object Configuration {
5
const val targetSdk = 35
6
const val minSdk = 24
7
const val majorVersion = 1
8
- const val minorVersion = 6
9
- const val patchVersion = 3
+ const val minorVersion = 7
+ const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
const val versionCode = 57
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
0 commit comments