Skip to content

Commit b1e49e1

Browse files
committed
Bump Material version to 1.5.0 stable
1 parent 1905d19 commit b1e49e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44
internal const val ANDROID_GRADLE_PLUGIN = "7.1.2"
55
internal const val ANDROID_GRADLE_SPOTLESS = "6.2.1"
66
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
7-
internal const val KOTLIN = "1.6.0"
7+
internal const val KOTLIN = "1.6.10"
88
public const val KOTLIN_GRADLE_KTLINT = "0.41.0"
99
internal const val KOTLIN_GRADLE_DOKKA = "1.6.10"
1010
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"
@@ -20,7 +20,7 @@ object Versions {
2020
internal const val STREAM_CHAT_SDK = "5.0.1"
2121

2222
internal const val CONSTRAINT_LAYOUT = "2.1.2"
23-
internal const val MATERIAL = "1.5.0-beta01"
23+
internal const val MATERIAL = "1.5.0"
2424
}
2525

2626
object Dependencies {

0 commit comments

Comments
 (0)