Bump ktlint from 0.42.0 to 0.42.1

Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.42.0 to 0.42.1.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.42.0...0.42.1)

---
updated-dependencies:
- dependency-name: com.pinterest:ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-12 20:05:46 +00:00 committed by GitHub
parent 63a4a3a8ed
commit 402ca2ad04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ android {
ext { ext {
butterknifeVersion = "10.2.3" butterknifeVersion = "10.2.3"
coilKtVersion = "1.3.1" coilKtVersion = "1.3.2"
daggerVersion = "2.38.1" daggerVersion = "2.38.1"
okhttpVersion = "4.9.1" okhttpVersion = "4.9.1"
materialDialogsVersion = "3.3.0" materialDialogsVersion = "3.3.0"
@ -194,7 +194,7 @@ dependencies {
implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.2', { implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.2', {
exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser
}) })
ktlint "com.pinterest:ktlint:0.42.0" ktlint "com.pinterest:ktlint:0.42.1"
implementation 'org.conscrypt:conscrypt-android:2.5.2' implementation 'org.conscrypt:conscrypt-android:2.5.2'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'