Merge pull request #8061 from nextcloud/dependabot/gradle/kotlin_version-1.4.31

Bump kotlin_version from 1.4.30 to 1.4.31
This commit is contained in:
Andy Scherzinger 2021-03-08 16:44:50 +01:00 committed by GitHub
commit 5bd4dc88f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import com.github.spotbugs.snom.SpotBugsTask
// its root folder, another one for the app module in subfolder of root.
buildscript {
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.4.31'
repositories {
google()
jcenter()