Skip to content

Commit e8dd0ca

Browse files
committed
Update KOTLIN_BINARY_VALIDATOR to 0.10.1
1 parent 5ee1c22 commit e8dd0ca

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
@@ -1,12 +1,12 @@
11
package io.getstream.avatarview
22

33
object Versions {
4-
internal const val ANDROID_GRADLE_PLUGIN = "7.1.3"
4+
internal const val ANDROID_GRADLE_PLUGIN = "7.2.0"
55
internal const val ANDROID_GRADLE_SPOTLESS = "6.6.1"
66
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
77
internal const val KOTLIN = "1.6.10"
88
internal const val KOTLIN_GRADLE_DOKKA = "1.6.10"
9-
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"
9+
internal const val KOTLIN_BINARY_VALIDATOR = "0.10.1"
1010
internal const val KOTLIN_COROUTINE = "1.6.0"
1111

1212
internal const val MATERIAL = "1.5.0"

0 commit comments

Comments
 (0)