Merge pull request #1550 from nightscout/dependabot/gradle/dev/kotlin_version-1.6.20

Bump kotlin_version from 1.6.10 to 1.6.20
This commit is contained in:
Milos Kozak 2022-04-04 10:58:20 +02:00 committed by GitHub
commit 2525cdaaf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.6.10'
kotlin_version = '1.6.20'
core_version = '1.7.0'
rxjava_version = '3.1.4'
rxandroid_version = '3.0.0'