We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4661db7 commit f9f8de7Copy full SHA for f9f8de7
buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt
@@ -5,10 +5,10 @@ object Configuration {
5
const val targetSdk = 35
6
const val minSdk = 24
7
const val majorVersion = 1
8
- const val minorVersion = 0
9
- const val patchVersion = 20
+ const val minorVersion = 1
+ const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 43
+ const val versionCode = 44
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
const val streamVideoCallGooglePlayVersion = "1.1.14"
0 commit comments