Skip to content

Commit

Permalink
Updated Kotlin to version 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Aug 20, 2022
1 parent 45d9f06 commit f738a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {

dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.7.10")
}
}

Expand Down
2 changes: 1 addition & 1 deletion logger-android-timber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

api(project(":logger-core"))

api("com.jakewharton.timber:timber:4.7.1")
api("com.jakewharton.timber:timber:5.0.1")
}

afterEvaluate {
Expand Down

0 comments on commit f738a79

Please sign in to comment.