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 ec78cae commit c57367dCopy full SHA for c57367d
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 = 11
9
- const val patchVersion = 4
+ const val minorVersion = 12
+ const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
const val versionCode = 57
12
const val snapshotBasedVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}"
0 commit comments