mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-21 06:38:37 +00:00
Replace maven repo
...with one on the [allowed list of F-Droid](https://gitlab.com/fdroid/fdroidserver/blob/master/fdroidserver/scanner.py#L97)
This commit is contained in:
parent
1e25a9f97c
commit
9531cf28fd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ android {
|
|||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://maven.java.net/content/groups/public/"
|
||||
url "https://repo1.maven.org/maven2/"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue