Selaa lähdekoodia

Merge pull request #2916 from nextcloud/dependabot/gradle/kotlinVersion-1.8.20

Build(deps): Bump kotlinVersion from 1.8.10 to 1.8.20
Andy Scherzinger 2 vuotta sitten
vanhempi
commit
2f486d2511
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@
 buildscript {
 
     ext {
-        kotlinVersion = '1.8.10'
+        kotlinVersion = '1.8.20'
     }
 
     repositories {