Browse Source

Merge pull request #6923 from nextcloud/dependabot/gradle/kotlin_version-1.4.10

dependabot-preview[bot] 4 năm trước cách đây
mục cha
commit
a0c015c554
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.0'
+    ext.kotlin_version = '1.4.10'
     repositories {
         google()
         jcenter()