ソースを参照

Merge pull request #2192 from nextcloud/dependabot/gradle/kotlinVersion-1.7.10

Bump kotlinVersion from 1.7.0 to 1.7.10
Andy Scherzinger 2 年 前
コミット
5b1b5b4d3a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@
 buildscript {
 
     ext {
-        kotlinVersion = '1.7.0'
+        kotlinVersion = '1.7.10'
     }
 
     repositories {