mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Merge pull request #2137 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.7.0
Bump kotlin-gradle-plugin from 1.6.21 to 1.7.0
This commit is contained in:
commit
24fe07f561
@ -769,6 +769,9 @@ class ProfileController : NewBaseController(R.layout.controller_profile) {
|
||||
Scope.LOCAL -> holder.binding.scope.setImageResource(R.drawable.ic_password)
|
||||
Scope.FEDERATED -> holder.binding.scope.setImageResource(R.drawable.ic_contacts)
|
||||
Scope.PUBLISHED -> holder.binding.scope.setImageResource(R.drawable.ic_link)
|
||||
null -> {
|
||||
// nothing
|
||||
}
|
||||
}
|
||||
holder.binding.scope.contentDescription = controller.activity!!.resources.getString(
|
||||
R.string.scope_toggle_description,
|
||||
|
@ -24,7 +24,7 @@
|
||||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '1.6.21'
|
||||
kotlinVersion = '1.7.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user