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

Commit 2720e174 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

fix(build): add mavenCentral for plugin resolution

parent 9b476eb3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
pluginManagement {
    repositories {              // used for resolving plugins
        google()                // Android plugins
        mavenCentral()          // Kotlin/Compose plugin artifacts
        gradlePluginPortal()    // most plugins, including AboutLibraries
    }
}