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:
parent
bed84870a7
commit
7a9d7095f7
2 changed files with 2 additions and 2 deletions
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue