Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9c1441a8 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

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

fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.10
parents f61113cc bf3ccd9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
    ext {
        kotlinVersion = '2.2.0'
        kotlinVersion = '2.2.10'
        commonsVersion = '2.3.7'
		androidCommonsVersion = '1.1.0'
    }