Kotlin and Room need to be updated at the same time.

This commit is contained in:
tzugen 2021-05-18 12:30:45 +02:00
parent e1d3e61c74
commit d8500e45e4
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ext.versions = [
androidSupportDesign : "1.3.0",
constraintLayout : "2.0.4",
multidex : "2.0.1",
room : "2.2.6",
room : "2.3.0",
kotlin : "1.5.10",
kotlinxCoroutines : "1.5.0-native-mt",
viewModelKtx : "2.2.0",