Browse Source

Replace maven repo

...with one on the [allowed list of F-Droid](https://gitlab.com/fdroid/fdroidserver/blob/master/fdroidserver/scanner.py#L97)
main
Licaon_Kter 6 years ago
committed by GitHub
parent
commit
9531cf28fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/build.gradle

+ 1
- 1
app/build.gradle View File

@ -32,7 +32,7 @@ android {
repositories {
jcenter()
maven {
url "https://maven.java.net/content/groups/public/"
url "https://repo1.maven.org/maven2/"
}
}


Loading…
Cancel
Save