mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03: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
2 changed files with 4 additions and 1 deletions
|
@ -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 a new issue