Browse Source

Merge pull request #1469 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.5.21

Bump kotlin-gradle-plugin from 1.5.10 to 1.5.21
Andy Scherzinger 3 years ago
parent
commit
99f6e0c901
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@
 buildscript {
 
     ext {
-        kotlinVersion = '1.5.10'
+        kotlinVersion = '1.5.21'
     }
 
     repositories {