Skip to content

Commit

Permalink
Bump Kotlin to 1.8.10, AGP to 7.4.1 and Gradle to 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 28, 2023
1 parent f9500d1 commit 924e448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/io/getstream/log/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
package io.getstream.log

object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.3.1"
internal const val ANDROID_GRADLE_PLUGIN = "7.4.1"
internal const val ANDROIDX_ANNOTATIONS = "1.5.0"
internal const val ANDROID_JUNIT5_GRADLE_PLUGIN = "1.8.2.1"
internal const val ANDROIDX_ACTIVITY_COMPOSE = "1.6.1"
internal const val ANDROIDX_COMPOSE = "1.3.1"
public const val ANDROIDX_COMPOSE_COMPILER = "1.4.0"
public const val ANDROIDX_COMPOSE_COMPILER = "1.4.4"
internal const val ANDROIDX_TEST_JUNIT = "1.1.4"
internal const val ANDROIDX_KTX = "1.9.0"
internal const val DETEKT_PLUGIN = "1.21.0"
internal const val DOKKA = "1.7.20"
internal const val DOKKA = "1.8.10"
internal const val DOKKASAURUS = "0.1.10"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.3.0"
internal const val GRADLE_VERSIONS_PLUGIN = "0.44.0"
internal const val JUNIT4 = "4.13.2"
internal const val JUNIT5 = "5.9.1"
internal const val KOTLIN = "1.8.0"
internal const val KOTLIN = "1.8.10"
internal const val GITVERSIONER = "0.5.0"
internal const val KOTLIN_BINARY_VALIDATOR = "0.12.1"
internal const val KOTLIN_BINARY_VALIDATOR = "0.13.0"
internal const val MATERIAL_COMPONENTS = "1.7.0"
internal const val MOCKITO_KOTLIN = "4.0.0"
internal const val MOCKITO = "4.9.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 924e448

Please sign in to comment.