Skip to content

Commit

Permalink
Disable AndroidGradlePluginVersion lint check (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Mar 25, 2024
1 parent c9a5ad5 commit f368594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions khronicle-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ android {
abortOnError = true
warningsAsErrors = true

disable += "AndroidGradlePluginVersion"
disable += "GradleDependency"
}
}

0 comments on commit f368594

Please sign in to comment.