mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
scanner: allow google maven
This commit is contained in:
parent
5a90443b0b
commit
c056b95fd5
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ def scan_source(build_dir, build):
|
||||||
'clojars.org/repo', # Clojure free software libs
|
'clojars.org/repo', # Clojure free software libs
|
||||||
's3.amazonaws.com/repo.commonsware.com', # CommonsWare
|
's3.amazonaws.com/repo.commonsware.com', # CommonsWare
|
||||||
'plugins.gradle.org/m2', # Gradle plugin repo
|
'plugins.gradle.org/m2', # Gradle plugin repo
|
||||||
|
'maven.google.com', # Google Maven Repo, https://developer.android.com/studio/build/dependencies.html#google-maven
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue