Update ktlint as well

This commit is contained in:
tzugen 2021-12-20 19:37:04 +01:00
parent 95f37ba2e2
commit 7f42ed6a37
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
tx push -s
generate_signed_apk:
docker:
- image: circleci/android:api-28
- image: circleci/android:api-30
working_directory: ~/ultrasonic
steps:
- checkout

View File

@ -8,7 +8,7 @@ ext.versions = [
navigation : "2.3.5",
gradlePlugin : "4.2.2",
androidxcore : "1.6.0",
ktlint : "0.37.1",
ktlint : "0.43.2",
ktlintGradle : "10.2.0",
detekt : "1.19.0",
jacoco : "0.8.7",