Browse Source

Merge pull request #7930 from nextcloud/dependabot/gradle/kotlin_version-1.4.30

Bump kotlin_version from 1.4.21-2 to 1.4.30
Tobias Kaminsky 4 năm trước cách đây
mục cha
commit
e1434cf090
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.21-2'
+    ext.kotlin_version = '1.4.30'
     repositories {
         google()
         jcenter()