Merge pull request #2104 from nightscout/dependabot/gradle/dev/kotlin_version-1.7.20

chore(deps): bump kotlin_version from 1.7.10 to 1.7.20
This commit is contained in:
Milos Kozak 2022-09-30 12:50:39 +02:00 committed by GitHub
commit 4ce5a38e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.7.10'
kotlin_version = '1.7.20'
core_version = '1.9.0'
rxjava_version = '3.1.5'
rxandroid_version = '3.0.0'