Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 11, 2019
1 parent e67ade5 commit ffaee09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ comments:
searchInNestedClass: false
UndocumentedPublicFunction:
active: false
UndocumentedPublicProperty:
active: false

complexity:
ComplexCondition:
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ ext {
gradleVersion = "5.6.2"

// Core plugins
androidPluginVersion = "3.6.0-alpha12"
androidPluginVersion = "3.6.0-beta01"
kotlinVersion = "1.3.60-eap-23"

// Utility plugins
versionsPluginVersion = "0.25.0"
detektPluginVersion = "1.0.1"
versionsPluginVersion = "0.26.0"
detektPluginVersion = "1.1.1"
ktlintPluginVersion = "9.0.0"
androidCommandPluginVersion = "2.1.0"

Expand Down

0 comments on commit ffaee09

Please sign in to comment.