fix(deps): update dependency me.zhanghai.android.fastscroll:library to v1.3.0 (#2643)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-14 06:52:27 +00:00 committed by GitHub
parent bed84870a7
commit 7a9d7095f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -493,7 +493,7 @@ open class SearchableRepositoryAdapter<T : RecyclerView.ViewHolder>(
}
}
final override fun getPopupText(position: Int): String {
final override fun getPopupText(view: View, position: Int): String {
return getItem(position).name[0].toString().uppercase(Locale.getDefault())
}
}

View file

@ -77,7 +77,7 @@ thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18",
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.2.0"
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.2.0"
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.3.0"
thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" }
# JGit upgrades also raise its minimum Java runtime requirements that we cannot satisfy on Android
# noinspection GradleDependency