Merge pull request #1897 from nightscout/dependabot/gradle/dev/kotlin_version-1.7.10

Bump kotlin_version from 1.7.0 to 1.7.10
This commit is contained in:
Milos Kozak 2022-07-09 23:00:45 +02:00 committed by GitHub
commit 6027090041
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.0'
kotlin_version = '1.7.10'
core_version = '1.8.0'
rxjava_version = '3.1.5'
rxandroid_version = '3.0.0'