Merge pull request #647 from nightscout/dependabot/gradle/dev/kotlin_version-1.5.30

Bump kotlin_version from 1.5.21 to 1.5.30
This commit is contained in:
Milos Kozak 2021-09-06 17:06:14 +02:00 committed by GitHub
commit 2034774b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.5.21'
kotlin_version = '1.5.30'
coreVersion = '1.6.0'
rxjava_version = '2.2.21'
rxandroid_version = '2.1.1'