Selaa lähdekoodia

Merge pull request #5870 from nextcloud/dependabot/gradle/kotlin_version-1.3.72

Bump kotlin_version from 1.3.71 to 1.3.72
Andy Scherzinger 5 vuotta sitten
vanhempi
commit
f84369b5ed
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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