瀏覽代碼

Merge pull request #7636 from nextcloud/dependabot/gradle/kotlin_version-1.4.21

Bump kotlin_version from 1.4.20 to 1.4.21
Andy Scherzinger 4 年之前
父節點
當前提交
912f4c083c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -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.20'
+    ext.kotlin_version = '1.4.21'
     repositories {
         google()
         jcenter()