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

Unverified Commit 42d7331f authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #1697 from nextcloud/fix/codeql

build: Revert kotlin version to 1.8.0
parents fb8e2225 a7406e3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildscript {
    ext {
        kotlinVersion = '1.8.10'
        kotlinVersion = '1.8.0'
    }
    repositories {
        mavenCentral()