Merge pull request #46 from lukaspieper/dependabot/gradle/kotlin_version-1.5.30

Bump kotlin_version from 1.5.21 to 1.5.30
This commit is contained in:
Lukas Pieper 2021-09-02 16:37:21 +02:00 committed by GitHub
commit 8ee444ede2

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.21'
ext.kotlin_version = '1.5.30'
repositories {
google()
jcenter()