Skip to content

Commit f083984

Browse files
committed
Bump AGP to 7.1.2 and Stream SDK to 4.30.1
1 parent f86a6b2 commit f083984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/io/getstream/avatarview/Dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package io.getstream.avatarview
22

33
object Versions {
4-
internal const val ANDROID_GRADLE_PLUGIN = "7.1.0"
5-
internal const val ANDROID_GRADLE_SPOTLESS = "6.1.0"
4+
internal const val ANDROID_GRADLE_PLUGIN = "7.1.2"
5+
internal const val ANDROID_GRADLE_SPOTLESS = "6.2.1"
66
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
77
internal const val KOTLIN = "1.6.0"
88
public const val KOTLIN_GRADLE_KTLINT = "0.41.0"
@@ -17,7 +17,7 @@ object Versions {
1717
internal const val COIL = "1.4.0"
1818
internal const val GLIDE = "4.13.0"
1919

20-
internal const val STREAM_CHAT_SDK = "4.27.0"
20+
internal const val STREAM_CHAT_SDK = "4.30.1"
2121

2222
internal const val CONSTRAINT_LAYOUT = "2.1.2"
2323
internal const val MATERIAL = "1.5.0-beta01"

0 commit comments

Comments
 (0)