Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/androidx.test-core-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Aug 4, 2023
2 parents 67f8d39 + 138af98 commit 231267d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'kotlin-android'
id 'kotlin-kapt'
id 'maven-publish'
id 'org.jlleitschuh.gradle.ktlint' version "11.0.0"
id 'org.jlleitschuh.gradle.ktlint' version "11.5.0"
id 'org.jetbrains.dokka' version "1.7.10"
}

Expand Down Expand Up @@ -121,6 +121,7 @@ dokkaHtml.configure {
ktlint {
verbose = true
android = true
version = "0.43.2"
}

afterEvaluate {
Expand Down

0 comments on commit 231267d

Please sign in to comment.