Browse Source

Merge pull request #4832 from nextcloud/dependabot/gradle/kotlin_version-1.3.60

Bump kotlin_version from 1.3.50 to 1.3.60
Andy Scherzinger 5 years ago
parent
commit
5273e1e7fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -7,7 +7,7 @@
 import com.github.spotbugs.SpotBugsTask
 
 buildscript {
-    ext.kotlin_version = '1.3.50'
+    ext.kotlin_version = '1.3.60'
     repositories {
         google()
         jcenter()