Selaa lähdekoodia

Merge pull request #12654 from nextcloud/renovate/kotlin-monorepo

Update kotlin monorepo to v1.9.23
Andy Scherzinger 1 vuosi sitten
vanhempi
commit
7e8913e3a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -3,7 +3,7 @@ buildscript {
         androidPluginVersion = '8.3.0'
         appCompatVersion = '1.6.1'
         jacoco_version = '0.8.11'
-        kotlin_version = '1.9.22'
+        kotlin_version = '1.9.23'
         androidxTestVersion = "1.5.0"
         daggerVersion = "2.51"
         markwonVersion = "4.6.2"