chore(deps): bump com.facebook:ktfmt to 0.43

This commit is contained in:
Harsh Shandilya 2023-02-08 00:08:49 +05:30
parent 75f6976da1
commit 2d078149d5
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -96,8 +96,8 @@ constructor(
}
/**
* Helper for creating Autofill [Dataset]s for [Build.VERSION.SDK_INT] >=
* [Build.VERSION_CODES.TIRAMISU] and above.
* Helper for creating Autofill [Dataset]s for
* [Build.VERSION.SDK_INT] >= [Build.VERSION_CODES.TIRAMISU] and above.
*/
@RequiresApi(Build.VERSION_CODES.TIRAMISU)
private fun makeIntentDataSetTiramisu(

View file

@ -40,7 +40,7 @@ build-detekt = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0"
build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
build-download = "de.undercouch:gradle-download-task:5.3.1"
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-ktfmt = "com.facebook:ktfmt:0.42"
build-ktfmt = "com.facebook:ktfmt:0.43"
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.24.0"
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0"