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

Unverified Commit a7406e3e authored by Álvaro Brey's avatar Álvaro Brey
Browse files

build: Revert kotlin version to 1.8.0



1.8.10 not supported by CodeQL for now

Signed-off-by: default avatarÁlvaro Brey <alvaro.brey@nextcloud.com>
parent fb8e2225
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()