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

Commit e7f31e8f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

fix(build): add mavenCentral for plugin resolution

parent 3dc5f710
Loading
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
    }
}