Skip to content

Commit b45da4b

Browse files
committed
Bump Stream SDK to 5.11.0 and target SDK to 33
1 parent 56991a1 commit b45da4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Configurations {
2-
const val compileSdk = 32
3-
const val targetSdk = 32
2+
const val compileSdk = 33
3+
const val targetSdk = 33
44
const val minSdk = 21
55
const val majorVersion = 1
66
const val minorVersion = 0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
streamChatSDK = "5.9.0"
2+
streamChatSDK = "5.11.0"
33
sealedx = "1.0.0"
44
landscapist = "1.6.1"
55
accompanist = "0.25.0"

0 commit comments

Comments
 (0)