Browse Source

Merge pull request #2551 from nextcloud/dependabot/gradle/kotlinVersion-1.7.21

Bump kotlinVersion from 1.7.20 to 1.7.21
Andy Scherzinger 2 years ago
parent
commit
c212a86fe9
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.7.20'
+        kotlinVersion = '1.7.21'
     }
 
     repositories {