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:
Andy Scherzinger 2022-06-09 21:01:17 +02:00 committed by GitHub
commit 24fe07f561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -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,

View file

@ -24,7 +24,7 @@
buildscript {
ext {
kotlinVersion = '1.6.21'
kotlinVersion = '1.7.0'
}
repositories {