Merge pull request #681 from nightscout/dependabot/gradle/dev/kotlin_version-1.5.31

Bump kotlin_version from 1.5.30 to 1.5.31
This commit is contained in:
Milos Kozak 2021-09-22 18:06:44 +02:00 committed by GitHub
commit 17841a3bba
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.30'
kotlin_version = '1.5.31'
coreVersion = '1.6.0'
rxjava_version = '2.2.21'
rxandroid_version = '2.1.1'