We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1905d19 commit b1e49e1Copy full SHA for b1e49e1
buildSrc/src/main/kotlin/io/getstream/avatarview/Dependencies.kt
@@ -4,7 +4,7 @@ object Versions {
4
internal const val ANDROID_GRADLE_PLUGIN = "7.1.2"
5
internal const val ANDROID_GRADLE_SPOTLESS = "6.2.1"
6
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
7
- internal const val KOTLIN = "1.6.0"
+ internal const val KOTLIN = "1.6.10"
8
public const val KOTLIN_GRADLE_KTLINT = "0.41.0"
9
internal const val KOTLIN_GRADLE_DOKKA = "1.6.10"
10
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"
@@ -20,7 +20,7 @@ object Versions {
20
internal const val STREAM_CHAT_SDK = "5.0.1"
21
22
internal const val CONSTRAINT_LAYOUT = "2.1.2"
23
- internal const val MATERIAL = "1.5.0-beta01"
+ internal const val MATERIAL = "1.5.0"
24
}
25
26
object Dependencies {
0 commit comments