Merge pull request #931 from nightscout/dependabot/gradle/dev/kotlin_version-1.6.0

Bump kotlin_version from 1.5.31 to 1.6.0
This commit is contained in:
Milos Kozak 2021-11-15 09:54:51 +01:00 committed by GitHub
commit b4b29f73fa
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.31'
kotlin_version = '1.6.0'
coreVersion = '1.6.0'
rxjava_version = '2.2.21'
rxandroid_version = '2.1.1'