This commit is contained in:
robin
2026-03-05 19:45:50 +08:00
parent 491ade1bc3
commit fb8348ef47
39 changed files with 513 additions and 174 deletions

View File

@@ -20,6 +20,9 @@ dependencyResolutionManagement {
// Allow project plugins (like Flutter) to add their own repositories
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
maven {
url = uri("../../android/libs/repo")
}
google()
mavenCentral()
maven {