Explorar o código

Merge pull request #8061 from nextcloud/dependabot/gradle/kotlin_version-1.4.31

Bump kotlin_version from 1.4.30 to 1.4.31
Andy Scherzinger %!s(int64=4) %!d(string=hai) anos
pai
achega
5bd4dc88f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.30'
+    ext.kotlin_version = '1.4.31'
     repositories {
         google()
         jcenter()