Use the F-Droid compatible syntax
This commit is contained in:
parent
729758b7bc
commit
f51d669da3
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ allprojects {
|
|||
google()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = URI("https://s3.amazonaws.com/repo.commonsware.com/")
|
||||
url = uri("https://s3.amazonaws.com/repo.commonsware.com/")
|
||||
}
|
||||
maven {
|
||||
url = URI("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue