mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
chore(deps): bump com.facebook:ktfmt
to 0.43
This commit is contained in:
@@ -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(
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user