Merge pull request #3895 from vector-im/dependabot/gradle/kotlin_version-1.5.30

Bump kotlin_version from 1.5.21 to 1.5.30
This commit is contained in:
Benoit Marty 2021-09-10 16:30:39 +02:00 committed by GitHub
commit 938540d9e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -2,8 +2,8 @@
buildscript {
// Ref: https://kotlinlang.org/releases.html
ext.kotlin_version = '1.5.21'
ext.kotlin_coroutines_version = "1.5.0"
ext.kotlin_version = '1.5.30'
ext.kotlin_coroutines_version = "1.5.1"
repositories {
google()
jcenter()

View file

@ -37,7 +37,6 @@ class LocalePickerController @Inject constructor(
var listener: Listener? = null
@ExperimentalStdlibApi
override fun buildModels(data: LocalePickerViewState?) {
val list = data?.locales ?: return
val host = this