fix of repositories order in build.gradle

This commit is contained in:
2025-06-02 19:44:16 +06:00
parent e3ea7be0e7
commit 077ef2c639

View File

@@ -23,11 +23,11 @@ plugins {
allprojects { allprojects {
repositories { repositories {
mavenLocal()
mavenCentral() mavenCentral()
google() google()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" } maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
maven { url "https://nexus.inmo.dev/repository/maven-releases/" } maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
mavenLocal()
} }
} }