Merge pull request #8200 from nextcloud/dependabot/gradle/kotlin_version-1.4.32

Bump kotlin_version from 1.4.31 to 1.4.32
This commit is contained in:
Andy Scherzinger 2021-03-24 11:33:14 +01:00 committed by GitHub
commit f9d09d7c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.31'
ext.kotlin_version = '1.4.32'
repositories {
google()
jcenter()